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 | 鬲エ竏晏サ | 1110100110101101101101001110001010001000100111011110010110111011 | e9adb4e2889de5bb |
EUC-JP | 鬲エ竏晏サ | 11110010101011111000111010110100111000111110100011011010111001111000111010111011 | f2af8eb4e3e8dae78ebb |
UTF-8 | 鬲エ竏晏サ | 111010011010110010110010111011111011110110110100111001111010101110001111111001101001100110001111111011111011110110111011 | e9acb2efbdb4e7ab8fe6998fefbdbb |
UHC | ???晏? | 001111110011111100111111111001001100111100111111 | 3f3f3fe4cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)