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 | 第?}第?{^ | 100100011110011000111111011111011001000111100110001111110111101101011110 | 91e63f7d91e63f7b5e |
EUC-JP | 第?}第?{^ | 110000101110100000111111011111011100001011101000001111110111101101011110 | c2e83f7dc2e83f7b5e |
UTF-8 | 第撚}第撚{^ | 111001111010110010101100111011111010011010010001011111011110011110101100101011001110111110100110100100010111101101011110 | e7acacefa6917de7acacefa6917b5e |
UHC | 第撚}第撚{^ | 1111000010101111111001101100101001111101111100001010111111100110110010100111101101011110 | f0afe6ca7df0afe6ca7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)