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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茘器洲 | 111001001010101110001010111011011000111101000110 | e4ab8aed8f46 |
EUC-JP | 茘器洲 | 111010001010110110110100111011111011110110100111 | e8adb4efbda7 |
UTF-8 | 茘器洲 | 111010001000110010011000111001011001100110101000111001101011010010110010 | e88c98e599a8e6b4b2 |
UHC | ?器洲 | 0011111111010000111011111111000110111101 | 3fd0eff1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)