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 | 凹??預θ | 1000100110011010001111110011111110010111011000011000001111000110 | 899a3f3f976183c6 |
EUC-JP | 凹??預θ | 1011000111111010001111110011111111001101110000101010011011001000 | b1fa3f3fcdc2a6c8 |
UTF-8 | 凹듣쫿預θ | 1110010110000111101110011110101110010011101000111110110010101011101111111110100110100000100100001100111010111000 | e587b9eb93a3ecabbfe9a090ceb8 |
UHC | 凹듣쫿預θ | 11101000111010101011010111101000101001101001011011100111111010001010010111101000 | e8eab5e8a696e7e8a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)