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 | 硝骼・鉦オ | 1000111111001001111010011000111010100101100011111101111010110101 | 8fc9e98ea58fdeb5 |
EUC-JP | 硝骼・鉦オ | 10111110110010111111000111101110100011101010010110111110111000001000111010110101 | becbf1ee8ea5bee08eb5 |
UTF-8 | 硝骼・鉦オ | 111001111010000110011101111010011010101010111100111011111011110110100101111010011000100110100110111011111011110110110101 | e7a19de9aabcefbda5e989a6efbdb5 |
UHC | 硝??鉦? | 11110101101001100011111100111111111011111111101000111111 | f5a63f3feffa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)