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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猜琺猥 | 111000001100100011100000111010011110000011001110 | e0c8e0e9e0ce |
EUC-JP | 猜琺猥 | 111000001100101011100000111010111110000011010000 | e0cae0ebe0d0 |
UTF-8 | 猜琺猥 | 111001111000110010011100111001111001000010111010111001111000110010100101 | e78c9ce790bae78ca5 |
UHC | 猜琺猥 | 111000111100010011011011111101111110100011100101 | e3c4dbf7e8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)