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 | 訷夭い蠇 | 1111101110100100100110101110111010000010101000101111101110100001 | fba49aee82a2fba1 |
EUC-JP | 訷夭い? | 1000111111011101110101001101010011110000101001001010010000111111 | 8fddd4d4f0a4a43f |
UTF-8 | 訷夭い蠇 | 111010001010100010110111111001011010010010101101111000111000000110000100111010001010000010000111 | e8a8b7e5a4ade38184e8a087 |
UHC | ?夭い? | 001111111110100011101100101010101010010000111111 | 3fe8ecaaa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)