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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 猥??易?? | 1110000011001110001111110011111110001000110101010011111100111111 | e0ce3f3f88d53f3f |
EUC-JP | 猥??易?? | 1110000011010000001111110011111110110000110101110011111100111111 | e0d03f3fb0d73f3f |
UTF-8 | 猥덄킋易덌쉐 | 111001111000110010100101111010111000110110000100111011011000001010001011111001101001100010010011111010111000110110001100111011001000100110010000 | e78ca5eb8d84ed828be69893eb8d8cec8990 |
UHC | 猥덄킋易덌쉐 | 111010001110010110001000111001111011010010010111111001101011011010001000111011111011110110100110 | e8e588e7b497e6b688efbda6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)