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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譚溪博 | 111001101001110110011111111000101001010010001110 | e69d9fe2948e |
EUC-JP | 譚溪博 | 111010111111110111011110111001001100011111101110 | ebfddee4c7ee |
UTF-8 | 譚溪博 | 111010001010110110011010111001101011101010101010111001011000110110011010 | e8ad9ae6baaae58d9a |
UHC | 譚溪博 | 110100111100100111001101101000101101101011001111 | d3c9cda2dacf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)