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 | 跣戊糸 | 111001101110111110010101111010001000111010000101 | e6ef95e88e85 |
EUC-JP | 跣戊糸 | 111011001111000111001010111010101011101111100101 | ecf1caeabbe5 |
UTF-8 | 跣戊糸 | 111010001011011110100011111001101000100010001010111001111011001110111000 | e8b7a3e6888ae7b3b8 |
UHC | 跣戊? | 1110000011010011110110011110011000111111 | e0d3d9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)