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 | _モ | 11110110111000110101111111010011 | f6e35fd3 |
EUC-JP | ?_モ | 00111111010111111000111011010011 | 3f5f8ed3 |
UTF-8 | _モ | 11101110100101001000101001011111111011111011111010010011 | ee948a5fefbe93 |
UHC | ?_? | 001111110101111100111111 | 3f5f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)