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 | 邵」蜈ュ荳カ | 111001111011100010100011111001011000010110101101111001001011100010110110 | e7b8a3e585ade4b8b6 |
EUC-JP | 邵」蜈ュ荳カ | 111011101011101010001110101000111110100111100101100011101010110111101000101110101000111010110110 | eeba8ea3e9e58eade8ba8eb6 |
UTF-8 | 邵」蜈ュ荳カ | 111010011000001010110101111011111011110110100011111010001001110010001000111011111011110110101101111010001000110110110011111011111011110110110110 | e982b5efbda3e89c88efbdade88db3efbdb6 |
UHC | 邵?蜈?荳? | 111000011101000000111111111010001010010100111111110101001110010100111111 | e1d03fe8a53fd4e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)