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 | 11100101101100001000111101001101011111010111011011100101101100001000111101001101011111010111011001000010 | e5b08f4d7d76e5b08f4d7d7642 |
EUC-JP | 蟆舟}v蟆舟}vB | 11101010101100101011110110101110011111010111011011101010101100101011110110101110011111010111011001000010 | eab2bdae7d76eab2bdae7d7642 |
UTF-8 | 蟆舟}v蟆舟}vB | 1110100010011111100001101110100010001000100111110111110101110110111010001001111110000110111010001000100010011111011111010111011001000010 | e89f86e8889f7d76e89f86e8889f7d7642 |
UHC | ?舟}v?舟}vB | 0011111111110001110001110111110101110110001111111111000111000111011111010111011001000010 | 3ff1c77d763ff1c77d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)