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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 饔??晷 | 1000111111101000111011110011111100111111100011111100001011000111 | 8fe8ef3f3f8fc2c7 |
UTF-8 | 饔쒐돉晷 | 111010011010010110010100111011001001001010010000111010111000111110001001111001101001100110110111 | e9a594ec9290eb8f89e699b7 |
UHC | 饔쒐돉晷 | 1110100010111101100111001110011110001001100110011100111111111100 | e8bd9ce78999cffc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)