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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞦オ辣ス | 111010001110000110110101111001111000010110111101 | e8e1b5e785bd |
EUC-JP | 鞦オ辣ス | 1111000011100011100011101011010111101101111001011000111010111101 | f0e38eb5ede58ebd |
UTF-8 | 鞦オ辣ス | 111010011001111010100110111011111011110110110101111010001011111010100011111011111011110110111101 | e99ea6efbdb5e8bea3efbdbd |
UHC | ??辣? | 0011111100111111110101011011100000111111 | 3f3fd5b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)