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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 醇??? | 1000111110000110001111110011111100111111 | 8f863f3f3f |
EUC-JP | 醇??? | 1011110111100110001111110011111100111111 | bde63f3f3f |
UTF-8 | 醇뗺뙥拾 | 111010011000011010000111111010111001011110111010111010111001100110100101111011111010010110110011 | e98687eb97baeb99a5efa5b3 |
UHC | 醇뗺뙥拾 | 1110001011110101100010111111100110001100101010011110010010101001 | e2f58bf98ca9e4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)