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 | 域??壤? | 10001000111001100011111100111111100110101101111100111111 | 88e63f3f9adf3f |
EUC-JP | 域??壤? | 10110000111010000011111100111111110101001110000100111111 | b0e83f3fd4e13f |
UTF-8 | 域⒳퐜壤줞 | 111001011001111110011111111000101001001010110011111011011001000010011100111001011010001110100100111011001010010010011110 | e59f9fe292b3ed909ce5a3a4eca49e |
UHC | 域⒳퐜壤줞 | 11100110101101001010100111100100101111011000011011100101101111011010001001001101 | e6b4a9e4bd86e5bda24d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)