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 | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 樽続}B | 100100100100110110010001101100010111110101000010 | 924d91b17d42 |
EUC-JP | 樽続}B | 110000111010111011000010101100110111110101000010 | c3aec2b37d42 |
UTF-8 | 樽続}B | 1110011010101000101111011110011110110110100110100111110101000010 | e6a8bde7b69a7d42 |
UHC | 樽?}B | 1111000111011100001111110111110101000010 | f1dc3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)