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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蔟件愁^ | 11100100111101011000110010001111100011110100010001011110 | e4f58c8f8f445e |
EUC-JP | 蔟件愁^ | 11101000111101111011011111101111101111011010010101011110 | e8f7b7efbda55e |
UTF-8 | 蔟件愁^ | 11101000100101001001111111100100101110111011011011100110100001001000000101011110 | e8949fe4bbb6e684815e |
UHC | ?件愁^ | 001111111100101111101100111000011111111001011110 | 3fcbece1fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)