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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔟ス雕オ | 111001001111010110111101111010001011100010110101 | e4f5bde8b8b5 |
EUC-JP | 蔟ス雕オ | 1110100011110111100011101011110111110000101110101000111010110101 | e8f78ebdf0ba8eb5 |
UTF-8 | 蔟ス雕オ | 111010001001010010011111111011111011110110111101111010011001101110010101111011111011110110110101 | e8949fefbdbde99b95efbdb5 |
UHC | ??雕? | 0011111100111111111100001110011100111111 | 3f3ff0e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)