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 | 溽貂 | 10011111111001111110011010111000 | 9fe7e6b8 |
EUC-JP | 溽貂 | 11011110111010011110110010111010 | dee9ecba |
UTF-8 | 溽貂 | 111001101011101010111101111010001011001010000010 | e6babde8b282 |
UHC | ?貂 | 001111111111010110110000 | 3ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)