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 | 影??影? | 10001001011001010011111100111111100010010110010100111111 | 89653f3f89653f |
EUC-JP | 影??影? | 10110001110001100011111100111111101100011100011000111111 | b1c63f3fb1c63f |
UTF-8 | 影⑴쥜影⑴ | 111001011011110110110001111000101001000110110100111011001010010110011100111001011011110110110001111000101001000110110100 | e5bdb1e291b4eca59ce5bdb1e291b4 |
UHC | 影⑴쥜影⑴ | 11100111101011111010100111100111101000101001000111100111101011111010100111100111 | e7afa9e7a291e7afa9e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)