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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 疾自シォ\ | 1111000011110110100011101011111011110001111011101000111010101001101111001010101101011100 | f0f68ebef1ee8ea9bcab5c |
EUC-JP | ?疾?自シォ\ | 0011111110111100110000000011111110111100101010111000111010111100100011101010101101011100 | 3fbcc03fbcab8ebc8eab5c |
UTF-8 | 疾自シォ\ | 11101110100000101011010111100111100101101011111011101110100001011010100111101000100001111010101011101111101111011011110011101111101111011010101101011100 | ee82b5e796beee85a9e887aaefbdbcefbdab5c |
UHC | ?疾?自??\ | 001111111111001011110000001111111110110110111011001111110011111101011100 | 3ff2f03fedbb3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)