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 | ????彦 | 001111110011111100111111001111111001010101000110 | 3f3f3f3f9546 |
EUC-JP | 獒???彦 | 1000111111001011101110110011111100111111001111111100100110100111 | 8fcbbb3f3f3fc9a7 |
UTF-8 | 獒붡곴턁彦 | 111001111000110110010010111010111011011010100001111010101011001110110100111011011000010010000001111001011011110110100110 | e78d92ebb6a1eab3b4ed8481e5bda6 |
UHC | 獒붡곴턁彦 | 11101000101000111001010011010001100000011110101010110101100111011110010111101001 | e8a394d181eab59de5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)