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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 凞莎羂v | 11111011010110001110010010110011111000111010111001110110 | fb58e4b3e3ae76 |
EUC-JP | ?莎羂v | 001111111110100010110101111001101011000001110110 | 3fe8b5e6b076 |
UTF-8 | 凞莎羂v | 11101111101010001001010111101000100011101000111011100111101111101000001001110110 | efa895e88e8ee7be8276 |
UHC | ?莎?v | 0011111111011110111011010011111101110110 | 3fdeed3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)