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 | 111000001111011001111101011101101110000011110110011111010111011001000010 | e0f67d76e0f67d7642 |
EUC-JP | 璋}v璋}vB | 111000001111100001111101011101101110000011111000011111010111011001000010 | e0f87d76e0f87d7642 |
UTF-8 | 璋}v璋}vB | 1110011110010010100010110111110101110110111001111001001010001011011111010111011001000010 | e7928b7d76e7928b7d7642 |
UHC | 璋}v璋}vB | 111011011111000001111101011101101110110111110000011111010111011001000010 | edf07d76edf07d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)