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 | 001111110011111100111111001111110100000101000010 | 3f3f3f3f4142 |
SJIS-WIN | 偲七偲悉AB | 10001110110000111000111010110101100011101100001110001110101110110100000101000010 | 8ec38eb58ec38ebb4142 |
EUC-JP | 偲七偲悉AB | 10111100110001011011110010110111101111001100010110111100101111010100000101000010 | bcc5bcb7bcc5bcbd4142 |
UTF-8 | 偲七偲悉AB | 1110010110000001101100101110010010111000100000111110010110000001101100101110011010000010100010010100000101000010 | e581b2e4b883e581b2e682894142 |
UHC | ?七?悉AB | 0011111111110110110100100011111111100011111110100100000101000010 | 3ff6d23fe3fa4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)