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 | 敖?}敖?{^ | 100111011100001000111111011111011001110111000010001111110111101101011110 | 9dc23f7d9dc23f7b5e |
EUC-JP | 敖?}敖?{^ | 110110101100010000111111011111011101101011000100001111110111101101011110 | dac43f7ddac43f7b5e |
UTF-8 | 敖푣}敖푣{^ | 111001101001010110010110111011011001000110100011011111011110011010010101100101101110110110010001101000110111101101011110 | e69596ed91a37de69596ed91a37b5e |
UHC | 敖푣}敖푣{^ | 1110011111111001101111100110111001111101111001111111100110111110011011100111101101011110 | e7f9be6e7de7f9be6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)