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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 至?爰? | 100011101000101000111111111000001010011100111111 | 8e8a3fe0a73f |
EUC-JP | 至?爰? | 101110111110101000111111111000001010100100111111 | bbea3fe0a93f |
UTF-8 | 至렪爰덫 | 111010001000011110110011111010111010000010101010111001111000100010110000111010111000110110101011 | e887b3eba0aae788b0eb8dab |
UHC | 至렪爰덫 | 1111001010111000100011101011100011101010101110101011010110100011 | f2b88eb8eabab5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)