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 | 蒟э集 | 111001001110010110000100100011111000111101010111 | e4e5848f8f57 |
EUC-JP | 蒟э集 | 111010001110011110100111111011111011110110111000 | e8e7a7efbdb8 |
UTF-8 | 蒟э集 | 1110100010010010100111111101000110001101111010011001101110000110 | e8929fd18de99b86 |
UHC | ?э集 | 0011111110101100111011111111001110100010 | 3faceff3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)