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 | 蟠ァ閾・譽坑 | 11100101101101001010011111101000100001111010010111100110101000111000110101000010 | e5b4a7e887a5e6a38d42 |
EUC-JP | 蟠ァ閾・譽坑 | 111010101011011010001110101001111110111111100111100011101010010111101100101001011011100110100011 | eab68ea7efe78ea5eca5b9a3 |
UTF-8 | 蟠ァ閾・譽坑 | 111010001001111110100000111011111011110110100111111010011001011010111110111011111011110110100101111010001010110110111101111001011001110110010001 | e89fa0efbda7e996beefbda5e8adbde59d91 |
UHC | 蟠???譽坑 | 110110101111011000111111001111110011111111100111111000101100101111010101 | daf63f3f3fe7e2cbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)