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 | 11100000111101101110000101001011011111010111011011100000111101101110000101001011011111010111011001000010 | e0f6e14b7d76e0f6e14b7d7642 |
EUC-JP | 璋甃}v璋甃}vB | 11100000111110001110000110101100011111010111011011100000111110001110000110101100011111010111011001000010 | e0f8e1ac7d76e0f8e1ac7d7642 |
UTF-8 | 璋甃}v璋甃}vB | 1110011110010010100010111110011110010100100000110111110101110110111001111001001010001011111001111001010010000011011111010111011001000010 | e7928be794837d76e7928be794837d7642 |
UHC | 璋?}v璋?}vB | 1110110111110000001111110111110101110110111011011111000000111111011111010111011001000010 | edf03f7d76edf03f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)