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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ユロユロB | 111110011011010011010101110110111111100110110100110101011101101101000010 | f9b4d5dbf9b4d5db42 |
EUC-JP | ?ユロ?ユロB | 0011111110001110110101011000111011011011001111111000111011010101100011101101101101000010 | 3f8ed58edb3f8ed58edb42 |
UTF-8 | ユロユロB | 11101110100111001000111111101111101111101001010111101111101111101001101111101110100111001000111111101111101111101001010111101111101111101001101101000010 | ee9c8fefbe95efbe9bee9c8fefbe95efbe9b42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)