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 | 與?[}與?[{^ | 1110010001101111001111110101101101111101111001000110111100111111010110110111101101011110 | e46f3f5b7de46f3f5b7b5e |
EUC-JP | 與?[}與?[{^ | 1110011111010000001111110101101101111101111001111101000000111111010110110111101101011110 | e7d03f5b7de7d03f5b7b5e |
UTF-8 | 與괥[}與괥[{^ | 1110100010001000100001111110101010110100101001010101101101111101111010001000100010000111111010101011010010100101010110110111101101011110 | e88887eab4a55b7de88887eab4a55b7b5e |
UHC | 與괥[}與괥[{^ | 11100110101010001000001001001111010110110111110111100110101010001000001001001111010110110111101101011110 | e6a8824f5b7de6a8824f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)