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 | 鬩ゥ蟷玲桾 | 111010011010100110101001111001011011100110010111111001101001111010010101 | e9a9a9e5b997e69e95 |
EUC-JP | 鬩ゥ蟷玲桾 | 11110010101010111000111010101001111010101011101111001110111010001101101111110101 | f2ab8ea9eabbcee8dbf5 |
UTF-8 | 鬩ゥ蟷玲桾 | 111010011010110010101001111011111011110110101001111010001001111110110111111001111000111010110010111001101010000110111110 | e9aca9efbda9e89fb7e78eb2e6a1be |
UHC | ???玲? | 001111110011111100111111110101101011110000111111 | 3f3f3fd6bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)