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 | 1000100101011111001111110111110101110110100010010101111100111111011111010111011001000010 | 895f3f7d76895f3f7d7642 |
EUC-JP | 雲?}v雲?}vB | 1011000111000000001111110111110101110110101100011100000000111111011111010111011001000010 | b1c03f7d76b1c03f7d7642 |
UTF-8 | 雲렱}v雲렱}vB | 1110100110011011101100101110101110100000101100010111110101110110111010011001101110110010111010111010000010110001011111010111011001000010 | e99bb2eba0b17d76e99bb2eba0b17d7642 |
UHC | 雲렱}v雲렱}vB | 11101010101000111000111010111110011111010111011011101010101000111000111010111110011111010111011001000010 | eaa38ebe7d76eaa38ebe7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)