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 | 閻??永? | 11101000100001010011111100111111100010010110100100111111 | e8853f3f89693f |
EUC-JP | 閻??永? | 11101111111001010011111100111111101100011100101000111111 | efe53f3fb1ca3f |
UTF-8 | 閻⑶궍永긙 | 111010011001011010111011111000101001000110110110111010101011011010001101111001101011000010111000111010101011100010011001 | e996bbe291b6eab68de6b0b8eab899 |
UHC | 閻⑶궍永긙 | 11100111101000101010100111101001100000101010001111100111101101011000001101010111 | e7a2a9e982a3e7b58357 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)