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 | 邑?? | 10010111010101110011111100111111 | 97573f3f |
EUC-JP | 邑?? | 11001101101110000011111100111111 | cdb83f3f |
UTF-8 | 邑↔퀍 | 111010011000001010010001111000101000011010010100111011011000000010001101 | e98291e28694ed808d |
UHC | 邑↔퀍 | 111010111110100110100001111010101011001110000011 | ebe9a1eab383 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)