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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蓚? | 111001001110100100111111 | e4e93f |
EUC-JP | 蓚? | 111010001110101100111111 | e8eb3f |
UTF-8 | 蓚쌀 | 111010001001001110011010111011001000110010000000 | e8939aec8c80 |
UHC | 蓚쌀 | 11100010101111101011110111010010 | e2bebdd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)