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 | 縞紺信 | 100011101100100010001101101011101001000001001101 | 8ec88dae904d |
EUC-JP | 縞紺信 | 101111001100101010111010101100001011111110101110 | bccabab0bfae |
UTF-8 | 縞紺信 | 111001111011100010011110111001111011010010111010111001001011111110100001 | e7b89ee7b4bae4bfa1 |
UHC | 縞紺信 | 111110111101011011001010111110101110001111100001 | fbd6cafae3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)