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 | 110011011101101111110101101101011100110111011011111101011011010101000010 | cddbf5b5cddbf5b542 |
EUC-JP | ヘロ?ヘロ?B | 1000111011001101100011101101101100111111100011101100110110001110110110110011111101000010 | 8ecd8edb3f8ecd8edb3f42 |
UTF-8 | ヘロヘロB | 11101111101111101000110111101111101111101001101111101110100100001010000011101111101111101000110111101111101111101001101111101110100100001010000001000010 | efbe8defbe9bee90a0efbe8defbe9bee90a042 |
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)