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 | HN}HN{^ | 100111000100100001001110011111011001110001001000010011100111101101011110 | 9c484e7d9c484e7b5e |
SJIS-WIN | ?HN}?HN{^ | 001111110100100001001110011111010011111101001000010011100111101101011110 | 3f484e7d3f484e7b5e |
EUC-JP | ?HN}?HN{^ | 001111110100100001001110011111010011111101001000010011100111101101011110 | 3f484e7d3f484e7b5e |
UTF-8 | HN}HN{^ | 1100001010011100010010000100111001111101110000101001110001001000010011100111101101011110 | c29c484e7dc29c484e7b5e |
UHC | ?HN}?HN{^ | 001111110100100001001110011111010011111101001000010011100111101101011110 | 3f484e7d3f484e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)