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 | 繧ェ遯賂 | 11100011100000101010101011100111101010101001100001000111 | e382aae7aa9847 |
EUC-JP | 繧ェ遯賂 | 1110010111100010100011101010101011101110101011001100111110101000 | e5e28eaaeeaccfa8 |
UTF-8 | 繧ェ遯賂 | 111001111011100110100111111011111011110110101010111010011000000110101111111010001011001110000010 | e7b9a7efbdaae981afe8b382 |
UHC | ??遯賂 | 001111110011111111010100111011101101011011110001 | 3f3fd4eed6f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)