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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 腺?h腺? | 10010001010000100011111101101000100100010100001000111111 | 91423f6891423f |
EUC-JP | 腺晛h腺晛 | 1100000110100011100011111100001010111011011010001100000110100011100011111100001010111011 | c1a38fc2bb68c1a38fc2bb |
UTF-8 | 腺晛h腺晛 | 11101000100001011011101011100110100110011001101101101000111010001000010110111010111001101001100110011011 | e885bae6999b68e885bae6999b |
UHC | 腺晛h腺晛 | 111000001100110111111010110110010110100011100000110011011111101011011001 | e0cdfad968e0cdfad9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)