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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?⑥??μ? | 0011111110000111010001010011111100111111100000111100101000111111 | 3f87453f3f83ca3f |
EUC-JP | ????μ? | 00111111001111110011111100111111101001101100110000111111 | 3f3f3f3fa6cc3f |
UTF-8 | 泥⑥쿇淋μ괜 | 1110111110100111101000111110001010010001101001011110110010111111100001111110111110100111101101011100111010111100111010101011010010011100 | efa7a3e291a5ecbf87efa7b5cebceab49c |
UHC | 泥⑥쿇淋μ괜 | 111011001011001010101000111011001011001010011100111011001111100010100101111011001011000110100110 | ecb2a8ecb29cecf8a5ecb1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)