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 | ????θ | 001111110011111100111111001111111000001111000110 | 3f3f3f3f83c6 |
EUC-JP | ???焰θ | 0011111100111111001111111000111111001001111011111010011011001000 | 3f3f3f8fc9efa6c8 |
UTF-8 | 禮욄룊焰θ | 1110111110100110101101101110110010011010100001001110101110100011100010101110011110000100101100001100111010111000 | efa6b6ec9a84eba38ae784b0ceb8 |
UHC | 禮욄룊焰θ | 11100111110111111001111011100110100011111000100111100110111110111010010111101000 | e7df9ee68f89e6fba5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)