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 | 蝮ョ蝣牙攬蝣 | 1110010110011101101011101110010110100000100010011110010110011101101011101110010110100000 | e59daee5a089e59daee5a0 |
EUC-JP | 蝮ョ蝣牙攬蝣 | 111010011111110110001110101011101110101010100010101100101110011111011010101100001110101010100010 | e9fd8eaeeaa2b2e7dab0eaa2 |
UTF-8 | 蝮ョ蝣牙攬蝣 | 111010001001110110101110111011111011110110101110111010001001110110100011111001111000100110011001111001101001010010101100111010001001110110100011 | e89daeefbdaee89da3e78999e694ace89da3 |
UHC | ???牙攬? | 0011111100111111001111111110010010110011110101011011101100111111 | 3f3f3fe4b3d5bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)