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 | 冶??椅? | 10010110111010000011111100111111100010001101011000111111 | 96e83f3f88d63f |
EUC-JP | 冶??椅? | 11001100111010100011111100111111101100001101100000111111 | ccea3f3fb0d83f |
UTF-8 | 冶싲톪椅좄 | 111001011000011010110110111011001000101110110010111011011000011010101010111001101010010010000101111011001010001010000100 | e586b6ec8bb2ed86aae6a485eca284 |
UHC | 冶싲톪椅좄 | 11100101101001111001101011101011101101111000001011101011111101011010000011101000 | e5a79aebb782ebf5a0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)