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 | 頡サ竭カ | 1110100011110100101110111110001010010001101101101111100111111100 | e8f4bbe291b6f9fc |
EUC-JP | 頡サ竭カ? | 111100001111011010001110101110111110001111110001100011101011011000111111 | f0f68ebbe3f18eb63f |
UTF-8 | 頡サ竭カ | 111010011010000010100001111011111011110110111011111001111010101110101101111011111011110110110110111011101001110110010111 | e9a0a1efbdbbe7abadefbdb6ee9d97 |
UHC | ??竭?? | 001111110011111111001010111001100011111100111111 | 3f3fcae63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)