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 | 銑?[}銑?[{^ | 1001000101001100001111110101101101111101100100010100110000111111010110110111101101011110 | 914c3f5b7d914c3f5b7b5e |
EUC-JP | 銑?[}銑?[{^ | 1100000110101101001111110101101101111101110000011010110100111111010110110111101101011110 | c1ad3f5b7dc1ad3f5b7b5e |
UTF-8 | 銑說[}銑說[{^ | 1110100110001010100100011110100010101010101010100101101101111101111010011000101010010001111010001010101010101010010110110111101101011110 | e98a91e8aaaa5b7de98a91e8aaaa5b7b5e |
UHC | 銑說[}銑說[{^ | 11100000110101011110000011100011010110110111110111100000110101011110000011100011010110110111101101011110 | e0d5e0e35b7de0d5e0e35b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)