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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 紗偲 | 10001110110100011000111011000011 | 8ed18ec3 |
EUC-JP | 紗偲 | 10111100110100111011110011000101 | bcd3bcc5 |
UTF-8 | 紗偲 | 111001111011010010010111111001011000000110110010 | e7b497e581b2 |
UHC | 紗? | 110111101110100100111111 | dee93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)