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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 翁???撓 | 10001001101001010011111100111111001111111001110110011010 | 89a53f3f3f9d9a |
EUC-JP | 翁??琯撓 | 101100101010011100111111001111111000111111001100101100111101100111111010 | b2a73f3f8fccb3d9fa |
UTF-8 | 翁곥끂琯撓 | 111001111011111110000001111010101011001110100101111010111000000110000010111001111001000010101111111001101001001010010011 | e7bf81eab3a5eb8182e790afe69293 |
UHC | 翁곥끂琯撓 | 11101000101110101000000111100011100001011011100011001110101101011110100011110101 | e8ba81e385b8ceb5e8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)