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 | ??磊引 | 001111110011111111100001111110111000100011111000 | 3f3fe1fb88f8 |
EUC-JP | ??磊引 | 001111110011111111100010111111011011000011111010 | 3f3fe2fdb0fa |
UTF-8 | 롛렮磊引 | 111010111010000110011011111010111010000010101110111001111010001110001010111001011011110010010101 | eba19beba0aee7a38ae5bc95 |
UHC | 롛렮磊引 | 1000111011011111100011101011101111010110111100001110110011011010 | 8edf8ebbd6f0ecda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)