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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 曜?曜?B | 10010111011010100011111110010111011010100011111101000010 | 976a3f976a3f42 |
EUC-JP | 曜?曜?B | 11001101110010110011111111001101110010110011111101000010 | cdcb3fcdcb3f42 |
UTF-8 | 曜븂曜븂B | 11100110100110111001110011101011101110001000001011100110100110111001110011101011101110001000001001000010 | e69b9cebb882e69b9cebb88242 |
UHC | 曜븂曜븂B | 111010001111100010010101011011101110100011111000100101010110111001000010 | e8f8956ee8f8956e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)