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 | 狒瑰狒猝 | 1110000010111111111000001111000111100000101111111110000011001010 | e0bfe0f1e0bfe0ca |
EUC-JP | 狒瑰狒猝 | 1110000011000001111000001111001111100000110000011110000011001100 | e0c1e0f3e0c1e0cc |
UTF-8 | 狒瑰狒猝 | 111001111000101110010010111001111001000110110000111001111000101110010010111001111000110010011101 | e78b92e791b0e78b92e78c9d |
UHC | ???猝 | 0011111100111111001111111111000011110001 | 3f3f3ff0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)