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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 翁???ε9 | 100010011010010100111111001111110011111110000011110000111000001001011000 | 89a53f3f3f83c38258 |
EUC-JP | 翁???ε9 | 101100101010011100111111001111110011111110100110110001011010001110111001 | b2a73f3f3fa6c5a3b9 |
UTF-8 | 翁띾끂杻ε9 | 1110011110111111100000011110101110011101101111101110101110000001100000101110111110100111100010001100111010110101111011111011110010011001 | e7bf81eb9dbeeb8182efa788ceb5efbc99 |
UHC | 翁띾끂杻ε9 | 111010001011101010001101111010111000010110111000111010101111010010100101111001011010001110111001 | e8ba8deb85b8eaf4a5e5a3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)