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 | リァ焄 | 11011000101001111111101101010100 | d8a7fb54 |
EUC-JP | リァ焄 | 10001110110110001000111010100111100011111100100111100011 | 8ed88ea78fc9e3 |
UTF-8 | リァ焄 | 111011111011111010011000111011111011110110100111111001111000010010000100 | efbe98efbda7e78484 |
UHC | ??焄 | 00111111001111111111110110110110 | 3f3ffdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)