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 | 閼ッ貊第桶 | 111010001000010010101111111001101011101110010001111001101000100110110001 | e884afe6bb91e689b1 |
EUC-JP | 閼ッ貊第桶 | 11101111111001001000111010101111111011001011110111000010111010001011001010110011 | efe48eafecbdc2e8b2b3 |
UTF-8 | 閼ッ貊第桶 | 111010011001011010111100111011111011110110101111111010001011001010001010111001111010110010101100111001101010000110110110 | e996bcefbdafe8b28ae7acace6a1b6 |
UHC | 閼?貊第桶 | 111001001101100100111111110110001110011111110000101011111111011111010010 | e4d93fd8e7f0aff7d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)