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 | 矣???遵 | 11100001111000010011111100111111001111111000111110000101 | e1e13f3f3f8f85 |
EUC-JP | 矣???遵 | 11100010111000110011111100111111001111111011110111100101 | e2e33f3f3fbde5 |
UTF-8 | 矣목렰렞遵 | 111001111001111110100011111010111010101010101001111010111010000010110000111010111010000010011110111010011000000110110101 | e79fa3ebaaa9eba0b0eba09ee981b5 |
UHC | 矣목렰렞遵 | 11101011111110001011100011110001100011101011110110001110101011111111000111100101 | ebf8b8f18ebd8eaff1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)