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 | 写勺館 | 100011101100101010001110110110011111101111111001 | 8eca8ed9fbf9 |
EUC-JP | 写勺? | 1011110011001100101111001101101100111111 | bcccbcdb3f |
UTF-8 | 写勺館 | 111001011000011010011001111001011000101110111010111011111010100010101100 | e58699e58bbaefa8ac |
UHC | ?勺? | 00111111111011011100001100111111 | 3fedc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)