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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 熱?熱?^ | 10010100010011010011111110010100010011010011111101011110 | 944d3f944d3f5e |
EUC-JP | 熱?熱?^ | 11000111101011100011111111000111101011100011111101011110 | c7ae3fc7ae3f5e |
UTF-8 | 熱풡熱풡^ | 11100111100001101011000111101101100100101010000111100111100001101011000111101101100100101010000101011110 | e786b1ed92a1e786b1ed92a15e |
UHC | 熱풡熱풡^ | 111001101111000010111111010001001110011011110000101111110100010001011110 | e6f0bf44e6f0bf445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)