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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-WIN | シ狆ミ@ | 1011110011100000101111001101000001000000 | bce0bcd040 |
EUC-JP | シ狆ミ@ | 10001110101111001110000010111110100011101101000001000000 | 8ebce0be8ed040 |
UTF-8 | シ狆ミ@ | 11101111101111011011110011100111100010111000011011101111101111101001000001000000 | efbdbce78b86efbe9040 |
UHC | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)