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 | 実渉。蛇疾 | 100011101100000010001111110000101010000110001110110101101000111010111110 | 8ec08fc2a18ed68ebe |
EUC-JP | 実渉。蛇疾 | 10111100110000101011111011000100100011101010000110111100110110001011110011000000 | bcc2bec48ea1bcd8bcc0 |
UTF-8 | 実渉。蛇疾 | 111001011010111010011111111001101011100010001001111011111011110110100001111010001001101110000111111001111001011010111110 | e5ae9fe6b889efbda1e89b87e796be |
UHC | ???蛇疾 | 00111111001111110011111111011110111011111111001011110000 | 3f3f3fdeeff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)