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 | 猥???暗 | 11100000110011100011111100111111001111111000100011000011 | e0ce3f3f3f88c3 |
EUC-JP | 猥???暗 | 11100000110100000011111100111111001111111011000011000101 | e0d03f3f3fb0c5 |
UTF-8 | 猥롈쎌삋暗 | 111001111000110010100101111010111010000110001000111011001000111010001100111011001000001010001011111001101001101010010111 | e78ca5eba188ec8e8cec828be69a97 |
UHC | 猥롈쎌삋暗 | 11101000111001011000111011001110101111011110110010011000100100101110010011011110 | e8e58ecebdec9892e4de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)