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 | 殉??曳 | 100011110111110100111111001111111000100101100111 | 8f7d3f3f8967 |
EUC-JP | 殉??曳 | 101111011101111000111111001111111011000111001000 | bdde3f3fb1c8 |
UTF-8 | 殉깑갫曳 | 111001101010111010001001111010101011100110010001111010101011000010101011111001101001101110110011 | e6ae89eab991eab0abe69bb3 |
UHC | 殉깑갫曳 | 1110001011100110100000111000101110000001010101101110011111010110 | e2e6838b8156e7d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)