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 | 1001011111110100100110011011010101000010 | 97f499b542 |
EUC-JP | 裂匏B | 1100111011110110110100101011011101000010 | cef6d2b742 |
UTF-8 | 裂匏B | 11101000101000111000001011100101100011001000111101000010 | e8a382e58c8f42 |
UHC | 裂匏B | 1101011010101110111110001101001001000010 | d6aef8d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)