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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | カス嫉G | 111100101010001110110110111100011000111010111101100011101011100101000111 | f2a3b6f18ebd8eb947 |
EUC-JP | ?カ?ス嫉G | 001111111000111010110110001111111000111010111101101111001011101101000111 | 3f8eb63f8ebdbcbb47 |
UTF-8 | カス嫉G | 11101110100001111001101011101111101111011011011011101110100001001000100111101111101111011011110111100101101010111000100101000111 | ee879aefbdb6ee8489efbdbde5ab8947 |
UHC | ????嫉G | 00111111001111110011111100111111111100101110110001000111 | 3f3f3f3ff2ec47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)