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 | 111101111010001111110111101011101111010110111101111000011101010001000010 | f7a3f7aef5bde1d442 |
EUC-JP | ???瞞B | 001111110011111100111111111000101101011001000010 | 3f3f3fe2d642 |
UTF-8 | 瞞B | 11101110100101101000011011101110100101101001000111101110100100001010100011100111100111101001111001000010 | ee9686ee9691ee90a8e79e9e42 |
UHC | ???瞞B | 001111110011111100111111110110001011111001000010 | 3f3f3fd8be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)