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 | ???訟 | 0011111100111111001111111000111111010111 | 3f3f3f8fd7 |
EUC-JP | ???訟 | 0011111100111111001111111011111011011001 | 3f3f3fbed9 |
UTF-8 | 琉븅쟻訟 | 111011111010011110001100111010111011100010000101111011001001111110111011111010001010100010011111 | efa78cebb885ec9fbbe8a89f |
UHC | 琉븅쟻訟 | 1110101110100100101110101110100110100000100000011110000111101000 | eba4bae9a081e1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)