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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 迸醍梠B | 11100111100111101001000111100111100111101001000101000010 | e79e91e79e9142 |
EUC-JP | 迸醍梠B | 11101101111111101100001011101001110110111111000101000010 | edfec2e9dbf142 |
UTF-8 | 迸醍梠B | 11101000101111111011100011101001100001101000110111100110101000101010000001000010 | e8bfb8e9868de6a2a042 |
UHC | ?醍?B | 0011111111110000101101010011111101000010 | 3ff0b53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)