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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 凹?“預θ | 100010011001101000111111100000010110011110010111011000011000001111000110 | 899a3f8167976183c6 |
EUC-JP | 凹?“預θ | 101100011111101000111111101000011100100011001101110000101010011011001000 | b1fa3fa1c8cdc2a6c8 |
UTF-8 | 凹듣“預θ | 1110010110000111101110011110101110010011101000111110001010000000100111001110100110100000100100001100111010111000 | e587b9eb93a3e2809ce9a090ceb8 |
UHC | 凹듣“預θ | 11101000111010101011010111101000101000011011000011100111111010001010010111101000 | e8eab5e8a1b0e7e8a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)