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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 咀嵌袋 | 100110011111000010011011110001101001000111011100 | 99f09bc691dc |
EUC-JP | 咀嵌袋 | 110100101111001011010110110010001100001011011110 | d2f2d6c8c2de |
UTF-8 | 咀嵌袋 | 111001011001001010000000111001011011010110001100111010001010001010001011 | e59280e5b58ce8a28b |
UHC | 咀嵌袋 | 111011101011101011001010111011101101001111100111 | eebacaeed3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)