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 | 高?[}高?[{^ | 1000110110000010001111110101101101111101100011011000001000111111010110110111101101011110 | 8d823f5b7d8d823f5b7b5e |
EUC-JP | 高?[}高?[{^ | 1011100111100010001111110101101101111101101110011110001000111111010110110111101101011110 | b9e23f5b7db9e23f5b7b5e |
UTF-8 | 高랏[}高랏[{^ | 1110100110101011100110001110101110011110100011110101101101111101111010011010101110011000111010111001111010001111010110110111101101011110 | e9ab98eb9e8f5b7de9ab98eb9e8f5b7b5e |
UHC | 高랏[}高랏[{^ | 11001101110101001011011011111001010110110111110111001101110101001011011011111001010110110111101101011110 | cdd4b6f95b7dcdd4b6f95b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)