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 | 譴ッ辜ス蟯キ | 111001101010001010101111111001111000001110111101111001011011001010110111 | e6a2afe783bde5b2b7 |
EUC-JP | 譴ッ辜ス蟯キ | 111011001010010010001110101011111110110111100011100011101011110111101010101101001000111010110111 | eca48eafede38ebdeab48eb7 |
UTF-8 | 譴ッ辜ス蟯キ | 111010001010110110110100111011111011110110101111111010001011111010011100111011111011110110111101111010001001111110101111111011111011110110110111 | e8adb4efbdafe8be9cefbdbde89fafefbdb7 |
UHC | 譴?辜?蟯? | 110011001011100100111111110011011101000000111111111010011010100000111111 | ccb93fcdd03fe9a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)