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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 暲???^ | 111110101101110000111111001111110011111101011110 | fadc3f3f3f5e |
EUC-JP | 暲?檉?^ | 100011111100001011011011001111111000111111000101101110110011111101011110 | 8fc2db3f8fc5bb3f5e |
UTF-8 | 暲렱檉렵^ | 11100110100110101011001011101011101000001011000111100110101010101000100111101011101000001011010101011110 | e69ab2eba0b1e6aa89eba0b55e |
UHC | 暲렱檉렵^ | 111011011110011110001110101111101110111111100000101101111100011001011110 | ede78ebeefe0b7c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)