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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 蒹〔}蒹〔{^ | 1110010011100011100000010110101101111101111001001110001110000001011010110111101101011110 | e4e3816b7de4e3816b7b5e |
EUC-JP | 蒹〔}蒹〔{^ | 1110100011100101101000011100110001111101111010001110010110100001110011000111101101011110 | e8e5a1cc7de8e5a1cc7b5e |
UTF-8 | 蒹〔}蒹〔{^ | 111010001001001010111001111000111000000010010100011111011110100010010010101110011110001110000000100101000111101101011110 | e892b9e380947de892b9e380947b5e |
UHC | ?〔}?〔{^ | 001111111010000110110010011111010011111110100001101100100111101101011110 | 3fa1b27d3fa1b27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)