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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褫耶メ | 111001011111001110010110111010111000001110000001 | e5f396eb8381 |
EUC-JP | 褫耶メ | 111010101111010111001100111011011010010111100001 | eaf5cceda5e1 |
UTF-8 | 褫耶メ | 111010001010010010101011111010001000000010110110111000111000001110100001 | e8a4abe880b6e383a1 |
UHC | ?耶メ | 0011111111100101101011011010101111100001 | 3fe5adabe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)