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 | 100010101101110100111111001111111000101011011101001111110011111101000010 | 8add3f3f8add3f3f42 |
EUC-JP | 岸??岸??B | 101101001101111100111111001111111011010011011111001111110011111101000010 | b4df3f3fb4df3f3f42 |
UTF-8 | 岸롋롌岸롋롌B | 11100101101100101011100011101011101000011000101111101011101000011000110011100101101100101011100011101011101000011000101111101011101000011000110001000010 | e5b2b8eba18beba18ce5b2b8eba18beba18c42 |
UHC | 岸롋롌岸롋롌B | 11100100110011011000111011010001100011101101001011100100110011011000111011010001100011101101001001000010 | e4cd8ed18ed2e4cd8ed18ed242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)