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 | ??┫ | 00111111001111111000010010110010 | 3f3f84b2 |
EUC-JP | ??┫ | 00111111001111111010100010110100 | 3f3fa8b4 |
UTF-8 | 了뗩┫ | 111011111010011010111010111010111001011110101001111000101001010010101011 | efa6baeb97a9e294ab |
UHC | 了뗩┫ | 111010001110011110001011111010011010011010110100 | e8e78be9a6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)