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 | 詣????? | 10001100011101110011111100111111001111110011111100111111 | 8c773f3f3f3f3f |
EUC-JP | 詣????? | 10110111110110000011111100111111001111110011111100111111 | b7d83f3f3f3f3f |
UTF-8 | 詣싥꺂隸잒쾴 | 111010001010100110100011111011001000101110100101111010101011101010000010111011111010011010111000111011001001111010010010111011001011111010110100 | e8a9a3ec8ba5eaba82efa6b8ec9e92ecbeb4 |
UHC | 詣싥꺂隸잒쾴 | 111001111110000110011010111000111000001110101011111001111110011010011111111010001011001010001010 | e7e19ae383abe7e69fe8b28a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)