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 | リソ糯 | 11011000101111111110001011110111 | d8bfe2f7 |
EUC-JP | リソ糯 | 100011101101100010001110101111111110010011111001 | 8ed88ebfe4f9 |
UTF-8 | リソ糯 | 111011111011111010011000111011111011110110111111111001111011001110101111 | efbe98efbdbfe7b3af |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)