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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 捨摯邪 | 100011101100110010011101100101011000111011010111 | 8ecc9d958ed7 |
EUC-JP | 捨摯邪 | 101111001100111011011001111101011011110011011001 | bcced9f5bcd9 |
UTF-8 | 捨摯邪 | 111001101000110110101000111001101001000110101111111010011000001010101010 | e68da8e691afe982aa |
UHC | 捨摯邪 | 110111101101011111110010101001111101111011110111 | ded7f2a7def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)