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 | 陬シ遒 | 1110100010100011101111001110011110100010 | e8a3bce7a2 |
EUC-JP | 陬シ遒 | 111100001010010110001110101111001110111010100100 | f0a58ebceea4 |
UTF-8 | 陬シ遒 | 111010011001100110101100111011111011110110111100111010011000000110010010 | e999acefbdbce98192 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)