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 | 殞隅賞 | 100111110110110110001011111101111000111111011100 | 9f6d8bf78fdc |
EUC-JP | 殞隅賞 | 110111011100111010110110111110011011111011011110 | ddceb6f9bede |
UTF-8 | 殞隅賞 | 111001101010111010011110111010011001101010000101111010001011001110011110 | e6ae9ee99a85e8b39e |
UHC | 殞隅賞 | 111010011111100111101001111010101101111111011011 | e9f9e9eadfdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)