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 | ???S? | 0011111100111111001111110101001100111111 | 3f3f3f533f |
SJIS-WIN | 娃??S? | 100010001010000100111111001111110101001100111111 | 88a13f3f533f |
EUC-JP | 娃??S旿 | 1011000010100011001111110011111101010011100011111100000111110100 | b0a33f3f538fc1f4 |
UTF-8 | 娃륅쉭S旿 | 11100101101010001000001111101011101001011000010111101100100010011010110101010011111001101001011110111111 | e5a883eba585ec89ad53e697bf |
UHC | 娃륅쉭S旿 | 111010001101111110001111111011111011110110101101010100111110011111111010 | e8df8fefbdad53e7fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)