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??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 蟷Ё}v蟷Ё}vB | 11100101101110011000010001000110011111010111011011100101101110011000010001000110011111010111011001000010 | e5b984467d76e5b984467d7642 |
EUC-JP | 蟷Ё}v蟷Ё}vB | 11101010101110111010011110100111011111010111011011101010101110111010011110100111011111010111011001000010 | eabba7a77d76eabba7a77d7642 |
UTF-8 | 蟷Ё}v蟷Ё}vB | 111010001001111110110111110100001000000101111101011101101110100010011111101101111101000010000001011111010111011001000010 | e89fb7d0817d76e89fb7d0817d7642 |
UHC | ?Ё}v?Ё}vB | 0011111110101100101001110111110101110110001111111010110010100111011111010111011001000010 | 3faca77d763faca77d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)