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 | 1110010110001101101010000111110101110110111001011000110110101000011111010111011001000010 | e58da87d76e58da87d7642 |
EUC-JP | 蜊ィ}v蜊ィ}vB | 11101001111011011000111010101000011111010111011011101001111011011000111010101000011111010111011001000010 | e9ed8ea87d76e9ed8ea87d7642 |
UTF-8 | 蜊ィ}v蜊ィ}vB | 1110100010011100100010101110111110111101101010000111110101110110111010001001110010001010111011111011110110101000011111010111011001000010 | e89c8aefbda87d76e89c8aefbda87d7642 |
UHC | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)