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 | ?蜈[}?蜈[{^ | 0011111111100101100001010101101101111101001111111110010110000101010110110111101101011110 | 3fe5855b7d3fe5855b7b5e |
EUC-JP | ?蜈[}?蜈[{^ | 0011111111101001111001010101101101111101001111111110100111100101010110110111101101011110 | 3fe9e55b7d3fe9e55b7b5e |
UTF-8 | 슳蜈[}슳蜈[{^ | 1110110010001010101100111110100010011100100010000101101101111101111011001000101010110011111010001001110010001000010110110111101101011110 | ec8ab3e89c885b7dec8ab3e89c885b7b5e |
UHC | 슳蜈[}슳蜈[{^ | 10011010101110101110100010100101010110110111110110011010101110101110100010100101010110110111101101011110 | 9abae8a55b7d9abae8a55b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)