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 | ?_? | 001111110101111100111111 | 3f5f3f |
SJIS-WIN | ?_? | 001111110101111100111111 | 3f5f3f |
EUC-JP | ?_? | 001111110101111100111111 | 3f5f3f |
UTF-8 | 묨_뫗 | 11101011101011001010100001011111111010111010101110010111 | ebaca85febab97 |
UHC | 묨_뫗 | 1001001001000001010111111001000110111001 | 92415f91b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)