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 | 譚溪 | 11100110100111011001111111100010 | e69d9fe2 |
EUC-JP | 譚溪 | 11101011111111011101111011100100 | ebfddee4 |
UTF-8 | 譚溪 | 111010001010110110011010111001101011101010101010 | e8ad9ae6baaa |
UHC | 譚溪 | 11010011110010011100110110100010 | d3c9cda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)