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 | 螳咲⊂蟆 | 1110010110101110100011011110011110000001101111001110010110110000 | e5ae8de781bce5b0 |
EUC-JP | 螳咲⊂蟆 | 1110101010110000101110101110100110100010101111101110101010110010 | eab0bae9a2beeab2 |
UTF-8 | 螳咲⊂蟆 | 111010001001111010110011111001011001001010110010111000101000101010000010111010001001111110000110 | e89eb3e592b2e28a82e89f86 |
UHC | 螳?⊂? | 110100111101100100111111101000011111100000111111 | d3d93fa1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)