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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 蟆樔ソク譫「B | 11100101101100001001111011100100101111111011100011100110100111101010001001000010 | e5b09ee4bfb8e69ea242 |
EUC-JP | 蟆樔ソク譫「B | 11101010101100101101110011100110100011101011111110001110101110001110101111111110100011101010001001000010 | eab2dce68ebf8eb8ebfe8ea242 |
UTF-8 | 蟆樔ソク譫「B | 11101000100111111000011011100110101010001001010011101111101111011011111111101111101111011011100011101000101011011010101111101111101111011010001001000010 | e89f86e6a894efbdbfefbdb8e8adabefbda242 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)