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 | 鬥ョ蝠門サ | 1110100110100110101011101110010110010101100101101110010110111011 | e9a6aee59596e5bb |
EUC-JP | 鬥ョ蝠門サ | 11110010101010001000111010101110111010011111010111001100111001111000111010111011 | f2a88eaee9f5cce78ebb |
UTF-8 | 鬥ョ蝠門サ | 111010011010110010100101111011111011110110101110111010001001110110100000111010011001011010000000111011111011110110111011 | e9aca5efbdaee89da0e99680efbdbb |
UHC | ???門? | 001111110011111100111111110110101010011000111111 | 3f3f3fdaa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)