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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薑??? | 1110010101000111001111110011111100111111 | e5473f3f3f |
EUC-JP | 薑??? | 1110100110101000001111110011111100111111 | e9a83f3f3f |
UTF-8 | 薑롛렮琡 | 111010001001011010010001111010111010000110011011111010111010000010101110111001111001000010100001 | e89691eba19beba0aee790a1 |
UHC | 薑롛렮琡 | 1100101110111001100011101101111110001110101110111110001011011010 | cbb98edf8ebbe2da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)