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 | セテ煜 | 10111110110000111111101101010101 | bec3fb55 |
EUC-JP | セテ煜 | 10001110101111101000111011000011100011111100100111111100 | 8ebe8ec38fc9fc |
UTF-8 | セテ煜 | 111011111011110110111110111011111011111010000011111001111000010110011100 | efbdbeefbe83e7859c |
UHC | ??煜 | 00111111001111111110100111110010 | 3f3fe9f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)