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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 凹θ?F | 100010011001101010000011110001100011111101000110 | 899a83c63f46 |
EUC-JP | 凹θ?F | 101100011111101010100110110010000011111101000110 | b1faa6c83f46 |
UTF-8 | 凹θ눎F | 111001011000011110111001110011101011100011101011100010001000111001000110 | e587b9ceb8eb888e46 |
UHC | 凹θ눎F | 11101000111010101010010111101000100001111010101001000110 | e8eaa5e887aa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)