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 | 歪??亥 | 100110000110001100111111001111111000100011100101 | 98633f3f88e5 |
EUC-JP | 歪?ł亥 | 1100111111000100001111111000111110101001110010001011000011100111 | cfc43f8fa9c8b0e7 |
UTF-8 | 歪뺣ł亥 | 1110011010101101101010101110101110111010101000111100010110000010111001001011101010100101 | e6adaaebbaa3c582e4baa5 |
UHC | 歪뺣ł亥 | 1110100011100000100101011110101110101001101010011111101010100100 | e8e095eba9a9faa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)