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 | 詣???? | 100011000111011100111111001111110011111100111111 | 8c773f3f3f3f |
EUC-JP | 詣???? | 101101111101100000111111001111110011111100111111 | b7d83f3f3f3f |
UTF-8 | 詣싥꺂隸잒 | 111010001010100110100011111011001000101110100101111010101011101010000010111011111010011010111000111011001001111010010010 | e8a9a3ec8ba5eaba82efa6b8ec9e92 |
UHC | 詣싥꺂隸잒 | 11100111111000011001101011100011100000111010101111100111111001101001111111101000 | e7e19ae383abe7e69fe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)