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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | セイ症ヌe^ | 10111110101100101000111111000111110001110110010101011110 | beb28fc7c7655e |
EUC-JP | セイ症ヌe^ | 10001110101111101000111010110010101111101100100110001110110001110110010101011110 | 8ebe8eb2bec98ec7655e |
UTF-8 | セイ症ヌe^ | 1110111110111101101111101110111110111101101100101110011110010111100001111110111110111110100001110110010101011110 | efbdbeefbdb2e79787efbe87655e |
UHC | ??症?e^ | 00111111001111111111000111111000001111110110010101011110 | 3f3ff1f83f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)