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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 潁??揖ζ? | 100111111111000100111111001111111001011101001011100000111100010000111111 | 9ff13f3f974b83c43f |
EUC-JP | 潁??揖ζ? | 110111101111001100111111001111111100110110101100101001101100011000111111 | def33f3fcdaca6c63f |
UTF-8 | 潁뺣맮揖ζ를 | 1110011010111101100000011110101110111010101000111110101110100111101011101110011010001111100101101100111010110110111010111010010110111100 | e6bd81ebbaa3eba7aee68f96ceb6eba5bc |
UHC | 潁뺣맮揖ζ를 | 111001111011100010010101111010111001000010110101111010111110011110100101111001101011100010100110 | e7b895eb90b5ebe7a5e6b8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)