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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 翁拒翁居^ | 100010011010010110001011100100011000100110100101100010111000111101011110 | 89a58b9189a58b8f5e |
EUC-JP | 翁拒翁居^ | 101100101010011110110101111100011011001010100111101101011110111101011110 | b2a7b5f1b2a7b5ef5e |
UTF-8 | 翁拒翁居^ | 11100111101111111000000111100110100010111001001011100111101111111000000111100101101100011000010101011110 | e7bf81e68b92e7bf81e5b1855e |
UHC | 翁拒翁居^ | 111010001011101011001011110111101110100010111010110010111101110001011110 | e8bacbdee8bacbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)