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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 衒衒B | 1110010111001000111001011100100001000010 | e5c8e5c842 |
EUC-JP | 衒衒B | 1110101011001010111010101100101001000010 | eacaeaca42 |
UTF-8 | 衒衒B | 11101000101000011001001011101000101000011001001001000010 | e8a192e8a19242 |
UHC | 衒衒B | 1111101011100101111110101110010101000010 | fae5fae542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)