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 | 至?凋 | 1000111010001010001111111001001010011100 | 8e8a3f929c |
EUC-JP | 至?凋 | 1011101111101010001111111100001111111100 | bbea3fc3fc |
UTF-8 | 至렪凋 | 111010001000011110110011111010111010000010101010111001011000011110001011 | e887b3eba0aae5878b |
UHC | 至렪凋 | 111100101011100010001110101110001111000010111101 | f2b88eb8f0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)