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 | 錏妲踉柧 | 1110011111111001100110110100011011100110111100101001111001110110 | e7f99b46e6f29e76 |
EUC-JP | 錏妲踉柧 | 1110111011111011110101011010011111101100111101001101101111010111 | eefbd5a7ecf4dbd7 |
UTF-8 | 錏妲踉柧 | 111010011000110010001111111001011010011010110010111010001011100010001001111001101001111110100111 | e98c8fe5a6b2e8b889e69fa7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)