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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
EUC-JP | ?棅[}?棅[{^ | 00111111100011111100001111111011010110110111110100111111100011111100001111111011010110110111101101011110 | 3f8fc3fb5b7d3f8fc3fb5b7b5e |
UTF-8 | 젓棅[}젓棅[{^ | 1110110010100000100100111110011010100011100001010101101101111101111011001010000010010011111001101010001110000101010110110111101101011110 | eca093e6a3855b7deca093e6a3855b7b5e |
UHC | 젓棅[}젓棅[{^ | 11000001101000111101110010111000010110110111110111000001101000111101110010111000010110110111101101011110 | c1a3dcb85b7dc1a3dcb85b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)