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 | 跣戊氛 | 111001101110111110010101111010001001111110000100 | e6ef95e89f84 |
EUC-JP | 跣戊氛 | 111011001111000111001010111010101101110111100100 | ecf1caeadde4 |
UTF-8 | 跣戊氛 | 111010001011011110100011111001101000100010001010111001101011000010011011 | e8b7a3e6888ae6b09b |
UHC | 跣戊? | 1110000011010011110110011110011000111111 | e0d3d9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)