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 | 岳錫 | 10001010011110001000111011100000 | 8a788ee0 |
EUC-JP | 岳錫 | 10110011110110011011110011100010 | b3d9bce2 |
UTF-8 | 岳錫 | 111001011011001010110011111010011000110010101011 | e5b2b3e98cab |
UHC | 岳錫 | 11100100101111111110000010111000 | e4bfe0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)