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 | セ骼ー質裔 | 11110010101000111011111011101001100011101011000010001110101111111110010111100001 | f2a3bee98eb08ebfe5e1 |
EUC-JP | ?セ骼ー質裔 | 0011111110001110101111101111000111101110100011101011000010111100110000011110101011100011 | 3f8ebef1ee8eb0bcc1eae3 |
UTF-8 | セ骼ー質裔 | 111011101000011110011010111011111011110110111110111010011010101010111100111011111011110110110000111010001011001110101010111010001010001110010100 | ee879aefbdbee9aabcefbdb0e8b3aae8a394 |
UHC | ????質裔 | 0011111100111111001111110011111111110010111101011110011111100000 | 3f3f3f3ff2f5e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)