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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陬緋セァ妺ョ | 111010001010001110010100111010101011111010100111111110101010010110101110 | e8a394eabea7faa5ae |
EUC-JP | 陬緋セァ妺ョ | 11110000101001011100100011101100100011101011111010001110101001111000111110111001101101111000111010101110 | f0a5c8ec8ebe8ea78fb9b78eae |
UTF-8 | 陬緋セァ妺ョ | 111010011001100110101100111001111011011110001011111011111011110110111110111011111011110110100111111001011010011010111010111011111011110110101110 | e999ace7b78befbdbeefbda7e5a6baefbdae |
UHC | ?緋???? | 00111111110111011111110000111111001111110011111100111111 | 3fddfc3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)