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 | òöâ÷ì | 111100101111011011100010101011011111011111101100 | f2f6e2adf7ec |
SJIS-WIN | ????÷? | 00111111001111110011111100111111100000011000000000111111 | 3f3f3f3f81803f |
EUC-JP | òöâ?÷ì | 100011111010101111010010100011111010101111010011100011111010101110100100001111111010000111100000100011111010101111000000 | 8fabd28fabd38faba43fa1e08fabc0 |
UTF-8 | òöâ÷ì | 110000111011001011000011101101101100001110100010110000101010110111000011101101111100001110101100 | c3b2c3b6c3a2c2adc3b7c3ac |
UHC | ???÷? | 0011111100111111001111111010000110101001101000011100000000111111 | 3f3f3fa1a9a1c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)