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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???荀嵬 | 00111111001111110011111111100100101001001001101111001010 | 3f3f3fe4a49bca |
EUC-JP | ???荀嵬 | 00111111001111110011111111101000101001101101011011001100 | 3f3f3fe8a6d6cc |
UTF-8 | 롇롗롒荀嵬 | 111010111010000110000111111010111010000110010111111010111010000110010010111010001000110110000000111001011011010110101100 | eba187eba197eba192e88d80e5b5ac |
UHC | 롇롗롒荀嵬 | 10001110110011011000111011011011100011101101011111100010111100001110100011100011 | 8ecd8edb8ed7e2f0e8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)