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 | ????P? | 001111110011111100111111001111110101000000111111 | 3f3f3f3f503f |
SJIS-WIN | 猥???P猥 | 1110000011001110001111110011111100111111010100001110000011001110 | e0ce3f3f3f50e0ce |
EUC-JP | 猥???P猥 | 1110000011010000001111110011111100111111010100001110000011010000 | e0d03f3f3f50e0d0 |
UTF-8 | 猥롈살젞P猥 | 11100111100011001010010111101011101000011000100011101100100000101011010011101100101000001001111001010000111001111000110010100101 | e78ca5eba188ec82b4eca09e50e78ca5 |
UHC | 猥롈살젞P猥 | 1110100011100101100011101100111010111011111011001010000010011000010100001110100011100101 | e8e58ecebbeca09850e8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)