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 | 銑믥[}銑믥[{^ | 1110100110001010100100011110101110101111101001010101101101111101111010011000101010010001111010111010111110100101010110110111101101011110 | e98a91ebafa55b7de98a91ebafa55b7b5e |
UHC | 銑믥[}銑믥[{^ | 11100000110101011001001011100111010110110111110111100000110101011001001011100111010110110111101101011110 | e0d592e75b7de0d592e75b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)