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 | 瓮??腋 | 111000010100010000111111001111111110001111111100 | e1443f3fe3fc |
EUC-JP | 瓮??腋 | 111000011010010100111111001111111110011011111110 | e1a53f3fe6fe |
UTF-8 | 瓮뽧굢腋 | 111001111001001110101110111010111011110110100111111010101011010110100010111010001000010110001011 | e793aeebbda7eab5a2e8858b |
UHC | 瓮뽧굢腋 | 1110100010110111100101101110001110000010100010011110010011111101 | e8b796e38289e4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)