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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
EUC-JP | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
UTF-8 | 쒋}쒋{^ | 111011001001001010001011011111011110110010010010100010110111101101011110 | ec928b7dec928b7b5e |
UHC | 쒋}쒋{^ | 10011100111000100111110110011100111000100111101101011110 | 9ce27d9ce27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)