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 | ???H? | 0011111100111111001111110100100000111111 | 3f3f3f483f |
SJIS-WIN | 娃??H? | 100010001010000100111111001111110100100000111111 | 88a13f3f483f |
EUC-JP | 娃??H? | 101100001010001100111111001111110100100000111111 | b0a33f3f483f |
UTF-8 | 娃륅쉭H料 | 11100101101010001000001111101011101001011000010111101100100010011010110101001000111011111010011010111110 | e5a883eba585ec89ad48efa6be |
UHC | 娃륅쉭H料 | 111010001101111110001111111011111011110110101101010010001110100011110111 | e8df8fefbdad48e8f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)