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 | 想崖}想崖{^ | 1001000101111010100010100101001001111101100100010111101010001010010100100111101101011110 | 917a8a527d917a8a527b5e |
EUC-JP | 想崖}想崖{^ | 1100000111011011101100111011001101111101110000011101101110110011101100110111101101011110 | c1dbb3b37dc1dbb3b37b5e |
UTF-8 | 想崖}想崖{^ | 111001101000001110110011111001011011010010010110011111011110011010000011101100111110010110110100100101100111101101011110 | e683b3e5b4967de683b3e5b4967b5e |
UHC | 想崖}想崖{^ | 1101111111001100111001001111000001111101110111111100110011100100111100000111101101011110 | dfcce4f07ddfcce4f07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)