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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 将盞娼 | 100011111010101111100001101101011000111110101001 | 8fabe1b58fa9 |
EUC-JP | 将盞娼 | 101111101010110111100010101101111011111010101011 | beade2b7beab |
UTF-8 | 将盞娼 | 111001011011000010000110111001111001101110011110111001011010100010111100 | e5b086e79b9ee5a8bc |
UHC | ?盞娼 | 0011111111101101110100111111001111011110 | 3fedd3f3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)