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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蛛獸蛛獸^ | 111001011000000111100000110101111110010110000001111000001101011101011110 | e581e0d7e581e0d75e |
EUC-JP | 蛛獸蛛獸^ | 111010011110000111100000110110011110100111100001111000001101100101011110 | e9e1e0d9e9e1e0d95e |
UTF-8 | 蛛獸蛛獸^ | 11101000100110111001101111100111100011011011100011101000100110111001101111100111100011011011100001011110 | e89b9be78db8e89b9be78db85e |
UHC | 蛛獸蛛獸^ | 111100011100100011100010101011101111000111001000111000101010111001011110 | f1c8e2aef1c8e2ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)