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 | 湘﨤ロニタ | 10001111110000111111101110110011110110111100011011000000 | 8fc3fbb3dbc6c0 |
EUC-JP | 湘?ロニタ | 101111101100010100111111100011101101101110001110110001101000111011000000 | bec53f8edb8ec68ec0 |
UTF-8 | 湘﨤ロニタ | 111001101011100110011000111011111010100010100100111011111011111010011011111011111011111010000110111011111011111010000000 | e6b998efa8a4efbe9befbe86efbe80 |
UHC | 湘???? | 110111111100111100111111001111110011111100111111 | dfcf3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)