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 | 凝レ? | 1000101111000011100000111000110000111111 | 8bc3838c3f |
EUC-JP | 凝レ? | 1011011011000101101001011110110000111111 | b6c5a5ec3f |
UTF-8 | 凝レ렕 | 111001011000011110011101111000111000001110101100111010111010000010010101 | e5879de383aceba095 |
UHC | 凝レ렕 | 111010111110101010101011111011001000111010101010 | ebeaabec8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)