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 | 臧???羸 | 11100100011010000011111100111111001111111110001110111110 | e4683f3f3fe3be |
EUC-JP | 臧???羸 | 11100111110010010011111100111111001111111110011011000000 | e7c93f3f3fe6c0 |
UTF-8 | 臧얩렗명羸 | 111010001000011110100111111011001001011010101001111010111010000010010111111010111010101010000101111001111011111010111000 | e887a7ec96a9eba097ebaa85e7beb8 |
UHC | 臧얩렗명羸 | 11101101111101011011111011101101100011101010110010111000111011011101011111101000 | edf5beed8eacb8edd7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)