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 | 倏倏酌 | 1110000011000101111100001111000011100000110001011000111011011110 | e0c5f0f0e0c58ede |
EUC-JP | 倏?倏酌 | 11100000110001110011111111100000110001111011110011100000 | e0c73fe0c7bce0 |
UTF-8 | 倏倏酌 | 111001011000000010001111111011101000001010101111111001011000000010001111111010011000010110001100 | e5808fee82afe5808fe9858c |
UHC | ???酌 | 0011111100111111001111111110110111001100 | 3f3f3fedcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)