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 | 外豺}外豺{^ | 1000101001001111111001101011011101111101100010100100111111100110101101110111101101011110 | 8a4fe6b77d8a4fe6b77b5e |
EUC-JP | 外豺}外豺{^ | 1011001110110000111011001011100101111101101100111011000011101100101110010111101101011110 | b3b0ecb97db3b0ecb97b5e |
UTF-8 | 外豺}外豺{^ | 111001011010010010010110111010001011000110111010011111011110010110100100100101101110100010110001101110100111101101011110 | e5a496e8b1ba7de5a496e8b1ba7b5e |
UHC | 外豺}外豺{^ | 1110100011100010111000111100111101111101111010001110001011100011110011110111101101011110 | e8e2e3cf7de8e2e3cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)