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 | 鞫俄叱 | 111001101001000110001001111000101000111010110110 | e69189e28eb6 |
EUC-JP | 鞫俄叱 | 111010111111000110110010111001001011110010111000 | ebf1b2e4bcb8 |
UTF-8 | 鞫俄叱 | 111010011001111010101011111001001011111110000100111001011000111110110001 | e99eabe4bf84e58fb1 |
UHC | 鞫俄叱 | 110011111101010011100100101011011111001011101010 | cfd4e4adf2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)