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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 莠・ツョ轢 | 11100100101110101010010111000010101011101110011110000000 | e4baa5c2aee780 |
EUC-JP | 莠・ツョ轢 | 11101000101111001000111010100101100011101100001010001110101011101110110111100000 | e8bc8ea58ec28eaeede0 |
UTF-8 | 莠・ツョ轢 | 111010001000111010100000111011111011110110100101111011111011111010000010111011111011110110101110111010001011110110100010 | e88ea0efbda5efbe82efbdaee8bda2 |
UHC | ????轢 | 001111110011111100111111001111111101010111111001 | 3f3f3f3fd5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)