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 | ?????SB | 00111111001111110011111100111111001111110101001101000010 | 3f3f3f3f3f5342 |
SJIS-WIN | カス耳SB | 11110010101000111011011011110001100011101011110110001110101010000101001101000010 | f2a3b6f18ebd8ea85342 |
EUC-JP | ?カ?ス耳SB | 00111111100011101011011000111111100011101011110110111100101010100101001101000010 | 3f8eb63f8ebdbcaa5342 |
UTF-8 | カス耳SB | 1110111010000111100110101110111110111101101101101110111010000100100010011110111110111101101111011110100010000000101100110101001101000010 | ee879aefbdb6ee8489efbdbde880b35342 |
UHC | ????耳SB | 0011111100111111001111110011111111101100101111000101001101000010 | 3f3f3f3fecbc5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)