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 | 褄ィ蛛イ蟆コ | 111001011110101110101000111001011000000110110010111001011011000010111010 | e5eba8e581b2e5b0ba |
EUC-JP | 褄ィ蛛イ蟆コ | 111010101110110110001110101010001110100111100001100011101011001011101010101100101000111010111010 | eaed8ea8e9e18eb2eab28eba |
UTF-8 | 褄ィ蛛イ蟆コ | 111010001010010010000100111011111011110110101000111010001001101110011011111011111011110110110010111010001001111110000110111011111011110110111010 | e8a484efbda8e89b9befbdb2e89f86efbdba |
UHC | ??蛛??? | 00111111001111111111000111001000001111110011111100111111 | 3f3ff1c83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)