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 | 蟆苦ケ庭 | 11100101101100001000101111101010101110011001001011101011 | e5b08beab992eb |
EUC-JP | 蟆苦ケ庭 | 1110101010110010101101101110110010001110101110011100010011101101 | eab2b6ec8eb9c4ed |
UTF-8 | 蟆苦ケ庭 | 111010001001111110000110111010001000101110100110111011111011110110111001111001011011101010101101 | e89f86e88ba6efbdb9e5baad |
UHC | ?苦?庭 | 001111111100110111001000001111111110111111010100 | 3fcdc83fefd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)