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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陜ィ蛟ゥ豺オ | 111010001001110110101000111001011000000010101001111001101011011110110101 | e89da8e580a9e6b7b5 |
EUC-JP | 陜ィ蛟ゥ豺オ | 111011111111110110001110101010001110100111100000100011101010100111101100101110011000111010110101 | effd8ea8e9e08ea9ecb98eb5 |
UTF-8 | 陜ィ蛟ゥ豺オ | 111010011001100110011100111011111011110110101000111010001001101110011111111011111011110110101001111010001011000110111010111011111011110110110101 | e9999cefbda8e89b9fefbda9e8b1baefbdb5 |
UHC | 陜?蛟?豺? | 111110011111000000111111110011101111000100111111111000111100111100111111 | f9f03fcef13fe3cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)