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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟆苦ケ庭堅 | 111001011011000010001011111010101011100110010010111010111000110010011000 | e5b08beab992eb8c98 |
EUC-JP | 蟆苦ケ庭堅 | 11101010101100101011011011101100100011101011100111000100111011011011011111111000 | eab2b6ec8eb9c4edb7f8 |
UTF-8 | 蟆苦ケ庭堅 | 111010001001111110000110111010001000101110100110111011111011110110111001111001011011101010101101111001011010000010000101 | e89f86e88ba6efbdb9e5baade5a085 |
UHC | ?苦?庭堅 | 0011111111001101110010000011111111101111110101001100110010110001 | 3fcdc83fefd4ccb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)