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 | 00111111011111010111011000111111011111010111011001000010 | 3f7d763f7d7642 |
SJIS-WIN | 星}v星}vB | 100100001010111101111101011101101001000010101111011111010111011001000010 | 90af7d7690af7d7642 |
EUC-JP | 星}v星}vB | 110000001011000101111101011101101100000010110001011111010111011001000010 | c0b17d76c0b17d7642 |
UTF-8 | 星}v星}vB | 1110011010011000100111110111110101110110111001101001100010011111011111010111011001000010 | e6989f7d76e6989f7d7642 |
UHC | 星}v星}vB | 111000001111100001111101011101101110000011111000011111010111011001000010 | e0f87d76e0f87d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)