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 | 依??汚? | 10001000110010110011111100111111100010011001100000111111 | 88cb3f3f89983f |
EUC-JP | 依??汚? | 10110000110011010011111100111111101100011111100000111111 | b0cd3f3fb1f83f |
UTF-8 | 依쏆댆汚촸 | 111001001011111010011101111011001000111110000110111010111000110010000110111001101011000110011010111011001011010010111000 | e4be9dec8f86eb8c86e6b19aecb4b8 |
UHC | 依쏆댆汚촸 | 11101011111011101001101111101100100010001011000011100111111111011010110001110101 | ebee9bec88b0e7fdac75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)