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 | 慂???θ | 10011100110010000011111100111111001111111000001111000110 | 9cc83f3f3f83c6 |
EUC-JP | 慂??焰θ | 110110001100101000111111001111111000111111001001111011111010011011001000 | d8ca3f3f8fc9efa6c8 |
UTF-8 | 慂잒쾳焰θ | 1110011010000101100000101110110010011110100100101110110010111110101100111110011110000100101100001100111010111000 | e68582ec9e92ecbeb3e784b0ceb8 |
UHC | 慂잒쾳焰θ | 11101001101111011001111111101000101100101000100111100110111110111010010111101000 | e9bd9fe8b289e6fba5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)