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 | ?先洩析癌 | 001111111001000011100110100010010110101110010000110011011000101011100000 | 3f90e6896b90cd8ae0 |
EUC-JP | ?先洩析癌 | 001111111100000011101000101100011100110011000000110011111011010011100010 | 3fc0e8b1ccc0cfb4e2 |
UTF-8 | 卨先洩析癌 | 111001011000110110101000111001011000010110001000111001101011010010101001111001101001111010010000111001111001100110001100 | e58da8e58588e6b4a9e69e90e7998c |
UHC | 卨先洩析癌 | 11100000110110011110000010111011111000001101110111100000101100001110010011011111 | e0d9e0bbe0dde0b0e4df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)