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 | 111110011011010011010001110110111111100110110100110100011101101101000010 | f9b4d1dbf9b4d1db42 |
EUC-JP | ?ムロ?ムロB | 0011111110001110110100011000111011011011001111111000111011010001100011101101101101000010 | 3f8ed18edb3f8ed18edb42 |
UTF-8 | ムロムロB | 11101110100111001000111111101111101111101001000111101111101111101001101111101110100111001000111111101111101111101001000111101111101111101001101101000010 | ee9c8fefbe91efbe9bee9c8fefbe91efbe9b42 |
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)