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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霑「螳亥 | 11101000101111111010001011100101101011101000100011100101 | e8bfa2e5ae88e5 |
EUC-JP | 霑「螳亥 | 1111000011000001100011101010001011101010101100001011000011100111 | f0c18ea2eab0b0e7 |
UTF-8 | 霑「螳亥 | 111010011001110010010001111011111011110110100010111010001001111010110011111001001011101010100101 | e99c91efbda2e89eb3e4baa5 |
UHC | 霑?螳亥 | 11101111110001010011111111010011110110011111101010100100 | efc53fd3d9faa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)