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 | ??????AB | 0011111100111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f3f4142 |
SJIS-WIN | セュ隶セ、偲AB | 10111110101011011110100010101110101111101010010010001110110000110100000101000010 | beade8aebea48ec34142 |
EUC-JP | セュ隶セ、偲AB | 1000111010111110100011101010110111110000101100001000111010111110100011101010010010111100110001010100000101000010 | 8ebe8eadf0b08ebe8ea4bcc54142 |
UTF-8 | セュ隶セ、偲AB | 1110111110111101101111101110111110111101101011011110100110011010101101101110111110111101101111101110111110111101101001001110010110000001101100100100000101000010 | efbdbeefbdade99ab6efbdbeefbda4e581b24142 |
UHC | ??????AB | 0011111100111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)