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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瓮h?蘖 | 11100001010001001000001010001000001111111001111101010000 | e14482883f9f50 |
EUC-JP | 瓮h?蘖 | 11100001101001011010001111101000001111111101110110110001 | e1a5a3e83fddb1 |
UTF-8 | 瓮h땽蘖 | 111001111001001110101110111011111011110110001000111010111001010110111101111010001001100010010110 | e793aeefbd88eb95bde89896 |
UHC | 瓮h땽蘖 | 1110100010110111101000111110100010001011100100111110010111101110 | e8b7a3e88b93e5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)