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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 襭九絵襭誼 | 11100110010000101000101111100011100010100100011111100110010000101000101101100010 | e6428be38a47e6428b62 |
EUC-JP | 襭九絵襭誼 | 11101011101000111011011011100101101100111010100011101011101000111011010111000011 | eba3b6e5b3a8eba3b5c3 |
UTF-8 | 襭九絵襭誼 | 111010001010010110101101111001001011100110011101111001111011010110110101111010001010010110101101111010001010101010111100 | e8a5ade4b99de7b5b5e8a5ade8aabc |
UHC | ?九??誼 | 00111111110011101111101000111111001111111110101111111110 | 3fcefa3f3febfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)