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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 衡i?^ | 100011010111010010000010100010010011111101011110 | 8d7482893f5e |
EUC-JP | 衡i?^ | 101110011101010110100011111010010011111101011110 | b9d5a3e93f5e |
UTF-8 | 衡i떁^ | 11101000101000011010000111101111101111011000100111101011100101101000000101011110 | e8a1a1efbd89eb96815e |
UHC | 衡i떁^ | 11111011101011001010001111101001100010111001011101011110 | fbaca3e98b975e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)