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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辯滔ィイ | 111001111000011110011111111010111010100010110010 | e7879feba8b2 |
EUC-JP | 辯滔ィイ | 1110110111100111110111101110110110001110101010001000111010110010 | ede7deed8ea88eb2 |
UTF-8 | 辯滔ィイ | 111010001011111010101111111001101011101110010100111011111011110110101000111011111011110110110010 | e8beafe6bb94efbda8efbdb2 |
UHC | 辯滔?? | 110111001010101011010100101001010011111100111111 | dcaad4a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)