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 | ???Y? | 0011111100111111001111110101100100111111 | 3f3f3f593f |
SJIS-WIN | 娃??Y午 | 10001000101000010011111100111111010110011000110011011111 | 88a13f3f598cdf |
EUC-JP | 娃??Y午 | 10110000101000110011111100111111010110011011100011100001 | b0a33f3f59b8e1 |
UTF-8 | 娃륅쉭Y午 | 11100101101010001000001111101011101001011000010111101100100010011010110101011001111001011000110110001000 | e5a883eba585ec89ad59e58d88 |
UHC | 娃륅쉭Y午 | 111010001101111110001111111011111011110110101101010110011110011111101101 | e8df8fefbdad59e7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)