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 | ?}?}? | 0011111101111101001111110111110100111111 | 3f7d3f7d3f |
SJIS-WIN | ?}?}? | 0011111101111101001111110111110100111111 | 3f7d3f7d3f |
EUC-JP | ?}?}? | 0011111101111101001111110111110100111111 | 3f7d3f7d3f |
UTF-8 | 찼}찼}챔 | 1110110010110000101111000111110111101100101100001011110001111101111011001011000110010100 | ecb0bc7decb0bc7decb194 |
UHC | 찼}찼}챔 | 1100001110100001011111011100001110100001011111011100001110101000 | c3a17dc3a17dc3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)