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 | リノ雜 | 11011000110010011110100010110110 | d8c9e8b6 |
EUC-JP | リノ雜 | 100011101101100010001110110010011111000010111000 | 8ed88ec9f0b8 |
UTF-8 | リノ雜 | 111011111011111010011000111011111011111010001001111010011001101110011100 | efbe98efbe89e99b9c |
UHC | ??雜 | 00111111001111111110110111011010 | 3f3fedda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)