To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ユロハヌ | 11010101110110111100101011000111 | d5dbcac7 |
EUC-JP | ユロハヌ | 1000111011010101100011101101101110001110110010101000111011000111 | 8ed58edb8eca8ec7 |
UTF-8 | ユロハヌ | 111011111011111010010101111011111011111010011011111011111011111010001010111011111011111010000111 | efbe95efbe9befbe8aefbe87 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)