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 | 1000100011011111001111110111110101110110100010001101111100111111011111010111011001000010 | 88df3f7d7688df3f7d7642 |
EUC-JP | 衣?}v衣?}vB | 1011000011100001001111110111110101110110101100001110000100111111011111010111011001000010 | b0e13f7d76b0e13f7d7642 |
UTF-8 | 衣렱}v衣렱}vB | 1110100010100001101000111110101110100000101100010111110101110110111010001010000110100011111010111010000010110001011111010111011001000010 | e8a1a3eba0b17d76e8a1a3eba0b17d7642 |
UHC | 衣렱}v衣렱}vB | 11101011111111011000111010111110011111010111011011101011111111011000111010111110011111010111011001000010 | ebfd8ebe7d76ebfd8ebe7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)