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 | óíçSÕk | 100111111111001110011111111011011110011101010011100111111101010101101011 | 9ff39fede7539fd56b |
SJIS-WIN | ?????S??k | 001111110011111100111111001111110011111101010011001111110011111101101011 | 3f3f3f3f3f533f3f6b |
EUC-JP | ?ó?íçS?Õk | 0011111110001111101010111101000100111111100011111010101110111111100011111010101110101110010100110011111110001111101010101101100001101011 | 3f8fabd13f8fabbf8fabae533f8faad86b |
UTF-8 | óíçSÕk | 11000010100111111100001110110011110000101001111111000011101011011100001110100111010100111100001010011111110000111001010101101011 | c29fc3b3c29fc3adc3a753c29fc3956b |
UHC | ?????S??k | 001111110011111100111111001111110011111101010011001111110011111101101011 | 3f3f3f3f3f533f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)