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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | コス鹿鈹 | 11110000101001111011101011110001100011101011110110001110101011011111101111001010 | f0a7baf18ebd8eadfbca |
EUC-JP | ?コ?ス鹿鈹 | 0011111110001110101110100011111110001110101111011011110010101111100011111110001111010100 | 3f8eba3f8ebdbcaf8fe3d4 |
UTF-8 | コス鹿鈹 | 111011101000000110100110111011111011110110111010111011101000010010001001111011111011110110111101111010011011100110111111111010011000100010111001 | ee81a6efbdbaee8489efbdbde9b9bfe988b9 |
UHC | ????鹿? | 00111111001111110011111100111111110101101110001100111111 | 3f3f3f3fd6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)