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 | ?Q?QB | 0011111101010001001111110101000101000010 | 3f513f5142 |
SJIS-WIN | 辰Q辰QB | 10010010010000110101000110010010010000110101000101000010 | 92435192435142 |
EUC-JP | 辰Q辰QB | 11000011101001000101000111000011101001000101000101000010 | c3a451c3a45142 |
UTF-8 | 辰Q辰QB | 111010001011111010110000010100011110100010111110101100000101000101000010 | e8beb051e8beb05142 |
UHC | 辰Q辰QB | 11110010111000110101000111110010111000110101000101000010 | f2e351f2e35142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)