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 | ?xx | 001111110111100001111000 | 3f7878 |
SJIS-WIN | 辰xx | 10010010010000110111100001111000 | 92437878 |
EUC-JP | 辰xx | 11000011101001000111100001111000 | c3a47878 |
UTF-8 | 辰xx | 1110100010111110101100000111100001111000 | e8beb07878 |
UHC | 辰xx | 11110010111000110111100001111000 | f2e37878 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)