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 | 甯ャ邃。礦 | 1111101010101000101011001110001010000100101000011110000111100110 | faa8ace284a1e1e6 |
EUC-JP | 甯ャ邃。礦 | 1000111111001101101010101000111010101100111000111110010010001110101000011110001011101000 | 8fcdaa8eace3e48ea1e2e8 |
UTF-8 | 甯ャ邃。礦 | 111001111001010010101111111011111011110110101100111010011000001010000011111011111011110110100001111001111010010010100110 | e794afefbdace98283efbda1e7a4a6 |
UHC | ??邃?? | 001111110011111111100010110001010011111100111111 | 3f3fe2c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)