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 | 宸?? | 10011011100000100011111100111111 | 9b823f3f |
EUC-JP | 宸?? | 11010101111000100011111100111111 | d5e23f3f |
UTF-8 | 宸뤸딢 | 111001011010111010111000111010111010010010111000111010111001010010100010 | e5aeb8eba4b8eb94a2 |
UHC | 宸뤸딢 | 111000111110010010001111111001101000101101000101 | e3e48fe68b45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)