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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | 莠ョ蝗養d | 1110010010111010101011101110010110011011100101110111101101100100 | e4baaee59b977b64 |
EUC-JP | 莠ョ蝗養d | 111010001011110010001110101011101110100111111011110011011101110001100100 | e8bc8eaee9fbcddc64 |
UTF-8 | 莠ョ蝗養d | 11101000100011101010000011101111101111011010111011101000100111011001011111101001101001001000101001100100 | e88ea0efbdaee89d97e9a48a64 |
UHC | ??蝗養d | 00111111001111111111110011011001111001011101011101100100 | 3f3ffcd9e5d764 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)