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 | 慂麓 | 10011100110010001001100001011011 | 9cc8985b |
EUC-JP | 慂麓 | 11011000110010101100111110111100 | d8cacfbc |
UTF-8 | 慂麓 | 111001101000010110000010111010011011101010010011 | e68582e9ba93 |
UHC | 慂麓 | 11101001101111011101011011100100 | e9bdd6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)