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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 獎ア、猾獎 | 1110000011010000101100011010010011100000110011111110000011010000 | e0d0b1a4e0cfe0d0 |
EUC-JP | 獎ア、猾獎 | 11100000110100101000111010110001100011101010010011100000110100011110000011010010 | e0d28eb18ea4e0d1e0d2 |
UTF-8 | 獎ア、猾獎 | 111001111000110110001110111011111011110110110001111011111011110110100100111001111000110010111110111001111000110110001110 | e78d8eefbdb1efbda4e78cbee78d8e |
UHC | ???猾? | 001111110011111100111111111111001100001000111111 | 3f3f3ffcc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)