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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 睛??耿? | 11100001110010110011111100111111111000111101010000111111 | e1cb3f3fe3d43f |
EUC-JP | 睛??耿? | 11100010110011010011111100111111111001101101011000111111 | e2cd3f3fe6d63f |
UTF-8 | 睛렖狀耿렡 | 111001111001110110011011111010111010000010010110111011111010011110111010111010001000000010111111111010111010000010100001 | e79d9beba096efa7bae880bfeba0a1 |
UHC | 睛렖狀耿렡 | 11101111111011001000111010101011111011011110111011001100111010101000111010110010 | efec8eabedeeccea8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)