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 | 茱翫晃 | 111001001010001110001010111000111000110101010111 | e4a38ae38d57 |
EUC-JP | 茱翫晃 | 111010001010010110110100111001011011100110111000 | e8a5b4e5b9b8 |
UTF-8 | 茱翫晃 | 111010001000110010110001111001111011111110101011111001101001100110000011 | e88cb1e7bfabe69983 |
UHC | 茱翫晃 | 111000101011110011101000110100011111110011001100 | e2bce8d1fccc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)