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 | 娃?お | 1000100010100001001111111000001010101000 | 88a13f82a8 |
EUC-JP | 娃?お | 1011000010100011001111111010010010101010 | b0a33fa4aa |
UTF-8 | 娃빚お | 111001011010100010000011111010111011100110011010111000111000000110001010 | e5a883ebb99ae3818a |
UHC | 娃빚お | 111010001101111110111010111110101010101010101010 | e8dfbafaaaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)