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 | 猜琺獻 | 111000001100100011100000111010011110000011011001 | e0c8e0e9e0d9 |
EUC-JP | 猜琺獻 | 111000001100101011100000111010111110000011011011 | e0cae0ebe0db |
UTF-8 | 猜琺獻 | 111001111000110010011100111001111001000010111010111001111000110110111011 | e78c9ce790bae78dbb |
UHC | 猜琺獻 | 111000111100010011011011111101111111101011001100 | e3c4dbf7facc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)