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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉷ク骼ィ式煮 | 11111011110011011011100011101001100011101010100010001110101011101000111011001111 | fbcdb8e98ea88eae8ecf |
EUC-JP | 鉷ク骼ィ式煮 | 10001111111000111111000110001110101110001111000111101110100011101010100010111100101100001011110011010001 | 8fe3f18eb8f1ee8ea8bcb0bcd1 |
UTF-8 | 鉷ク骼ィ式煮 | 111010011000100110110111111011111011110110111000111010011010101010111100111011111011110110101000111001011011110010001111111001111000010110101110 | e989b7efbdb8e9aabcefbda8e5bc8fe785ae |
UHC | ????式煮 | 0011111100111111001111110011111111100011110100101110110110110100 | 3f3f3f3fe3d2edb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)