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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 矇\ | 1111011011100010111000011101110001011100 | f6e2e1dc5c |
EUC-JP | ?矇\ | 00111111111000101101111001011100 | 3fe2de5c |
UTF-8 | 矇\ | 11101110100101001000100111100111100111111000011101011100 | ee9489e79f875c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)