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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?θ? | 00111111100000111100011000111111 | 3f83c63f |
EUC-JP | 焰θ? | 100011111100100111101111101001101100100000111111 | 8fc9efa6c83f |
UTF-8 | 焰θ킈 | 1110011110000100101100001100111010111000111011011000001010001000 | e784b0ceb8ed8288 |
UHC | 焰θ킈 | 111001101111101110100101111010001011010010010100 | e6fba5e8b494 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)