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 | þq}þq{^ | 1001001111111110100010110111000101111101100100111111111010001011011100010111101101011110 | 93fe8b717d93fe8b717b5e |
SJIS-WIN | ???q}???q{^ | 0011111100111111001111110111000101111101001111110011111100111111011100010111101101011110 | 3f3f3f717d3f3f3f717b5e |
EUC-JP | ?þ?q}?þ?q{^ | 001111111000111110101001110100000011111101110001011111010011111110001111101010011101000000111111011100010111101101011110 | 3f8fa9d03f717d3f8fa9d03f717b5e |
UTF-8 | þq}þq{^ | 1100001010010011110000111011111011000010100010110111000101111101110000101001001111000011101111101100001010001011011100010111101101011110 | c293c3bec28b717dc293c3bec28b717b5e |
UHC | ?þ?q}?þ?q{^ | 00111111101010011010110100111111011100010111110100111111101010011010110100111111011100010111101101011110 | 3fa9ad3f717d3fa9ad3f717b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)