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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 琉쀦썖琉멱국 | 111011111010011110001100111011001000000010100110111011001000110110010110111011111010011110001100111010111010100110110001111010101011010110101101 | efa78cec80a6ec8d96efa78ceba9b1eab5ad |
UHC | 琉쀦썖琉멱국 | 111010111010010010010111111001101001101110001001111010111010010010111000111010001011000110111001 | eba497e69b89eba4b8e8b1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)