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 | 里?? | 10010111101000100011111100111111 | 97a23f3f |
EUC-JP | 里?? | 11001110101001000011111100111111 | cea43f3f |
UTF-8 | 里㏂룴 | 111010011000011110001100111000111000111110000010111010111010001110110100 | e9878ce38f82eba3b4 |
UHC | 里㏂룴 | 110101111110110010100010111000111000111110101001 | d7eca2e38fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)