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 | 轌猷淙 | 111001110111100110010111010100011001111111001000 | e77997519fc8 |
EUC-JP | 轌猷淙 | 111011011101101011001101101100101101111011001010 | eddacdb2deca |
UTF-8 | 轌猷淙 | 111010001011110110001100111001111000110010110111111001101011011110011001 | e8bd8ce78cb7e6b799 |
UHC | ?猷淙 | 0011111111101011101000111111000011111000 | 3feba3f0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)