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 | 躊稈湫鶸 | 1110011101010011111000100110001010011111110101011110101001010011 | e753e2629fd5ea53 |
EUC-JP | 躊稈湫鶸 | 1110110110110100111000111100001111011110110101111111001110110100 | edb4e3c3ded7f3b4 |
UTF-8 | 躊稈湫鶸 | 111010001011101010001010111001111010100010001000111001101011100110101011111010011011011010111000 | e8ba8ae7a888e6b9abe9b6b8 |
UHC | 躊稈湫? | 11110001110011001100101011011001111101011101001100111111 | f1cccad9f5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)