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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 崛瑠 | 10011011101111111001011111011010 | 9bbf97da |
EUC-JP | 崛瑠 | 11010110110000011100111011011100 | d6c1cedc |
UTF-8 | 崛瑠 | 111001011011010010011011111001111001000110100000 | e5b49be791a0 |
UHC | ?瑠 | 001111111101011110111001 | 3fd7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)