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 | 襭玖更荼 | 1110011001000010100010111110100010001101010110001110010010110110 | e6428be88d58e4b6 |
EUC-JP | 襭玖更荼 | 1110101110100011101101101110101010111001101110011110100010111000 | eba3b6eab9b9e8b8 |
UTF-8 | 襭玖更荼 | 111010001010010110101101111001111000111010010110111001101001101110110100111010001000110110111100 | e8a5ade78e96e69bb4e88dbc |
UHC | ?玖更? | 001111111100111110111000110011001101101000111111 | 3fcfb8ccda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)