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 | ???G??? | 00111111001111110011111101000111001111110011111100111111 | 3f3f3f473f3f3f |
SJIS-WIN | 娃??G娃?? | 100010001010000100111111001111110100011110001000101000010011111100111111 | 88a13f3f4788a13f3f |
EUC-JP | 娃??G娃?? | 101100001010001100111111001111110100011110110000101000110011111100111111 | b0a33f3f47b0a33f3f |
UTF-8 | 娃띰쉴G娃륅쉭 | 11100101101010001000001111101011100111011011000011101100100010011011010001000111111001011010100010000011111010111010010110000101111011001000100110101101 | e5a883eb9db0ec89b447e5a883eba585ec89ad |
UHC | 娃띰쉴G娃륅쉭 | 11101000110111111011011011101111101111011010111101000111111010001101111110001111111011111011110110101101 | e8dfb6efbdaf47e8df8fefbdad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)