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 | 躊湫鶻鴿 | 1110011101010011100111111101010111101010010100101110100111111001 | e7539fd5ea52e9f9 |
EUC-JP | 躊湫鶻鴿 | 1110110110110100110111101101011111110011101100111111001011111011 | edb4ded7f3b3f2fb |
UTF-8 | 躊湫鶻鴿 | 111010001011101010001010111001101011100110101011111010011011011010111011111010011011010010111111 | e8ba8ae6b9abe9b6bbe9b4bf |
UHC | 躊湫?? | 111100011100110011110101110100110011111100111111 | f1ccf5d33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)