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 | ??????v\ | 0011111100111111001111110011111100111111001111110111011001011100 | 3f3f3f3f3f3f765c |
SJIS-WIN | 葉?????v\ | 100101110111010000111111001111110011111100111111001111110111011001011100 | 97743f3f3f3f3f765c |
EUC-JP | 葉?????v\ | 110011011101010100111111001111110011111100111111001111110111011001011100 | cdd53f3f3f3f3f765c |
UTF-8 | 葉잓쟽溜곕젘v\ | 1110100010010001100010011110110010011110100100111110110010011111101111011110111110100111100010111110101010110011100101011110110010100000100110000111011001011100 | e89189ec9e93ec9fbdefa78beab395eca098765c |
UHC | 葉잓쟽溜곕젘v\ | 1110011110101000100111111110100110100000100000111110101011111110101100001110101110100000100101000111011001011100 | e7a89fe9a083eafeb0eba094765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)