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 | 瀋?? | 11100000011000110011111100111111 | e0633f3f |
EUC-JP | 瀋?? | 11011111110001000011111100111111 | dfc43f3f |
UTF-8 | 瀋뜂귷 | 111001111000000010001011111010111001110010000010111010101011011110110111 | e7808beb9c82eab7b7 |
UHC | 瀋뜂귷 | 111001001010001110001101100001101000001011111110 | e4a38d8682fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)