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 | 鴦蒐}鴦蒐{^ | 1110100111110001100011110100111001111101111010011111000110001111010011100111101101011110 | e9f18f4e7de9f18f4e7b5e |
EUC-JP | 鴦蒐}鴦蒐{^ | 1111001011110011101111011010111101111101111100101111001110111101101011110111101101011110 | f2f3bdaf7df2f3bdaf7b5e |
UTF-8 | 鴦蒐}鴦蒐{^ | 111010011011010010100110111010001001001010010000011111011110100110110100101001101110100010010010100100000111101101011110 | e9b4a6e892907de9b4a6e892907b5e |
UHC | 鴦蒐}鴦蒐{^ | 1110010011101100111000101011110101111101111001001110110011100010101111010111101101011110 | e4ece2bd7de4ece2bd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)