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 | 狒糢狒瑶 | 1110000010111111111000101111010111100000101111111110000011110100 | e0bfe2f5e0bfe0f4 |
EUC-JP | 狒糢狒瑶 | 1110000011000001111001001111011111100000110000011110000011110110 | e0c1e4f7e0c1e0f6 |
UTF-8 | 狒糢狒瑶 | 111001111000101110010010111001111011001110100010111001111000101110010010111001111001000110110110 | e78b92e7b3a2e78b92e791b6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)