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 | 鈕雁・牙 | 11100111111001001000101011100101101001011000100111100101 | e7e48ae5a589e5 |
EUC-JP | 鈕雁・牙 | 1110111011100110101101001110011110001110101001011011001011100111 | eee6b4e78ea5b2e7 |
UTF-8 | 鈕雁・牙 | 111010011000100010010101111010011001101110000001111011111011110110100101111001111000100110011001 | e98895e99b81efbda5e78999 |
UHC | ?雁?牙 | 001111111110010011010010001111111110010010110011 | 3fe4d23fe4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)