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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 篠鹿質紗 | 1000111011000010100011101010110110001110101111111000111011010001 | 8ec28ead8ebf8ed1 |
EUC-JP | 篠鹿質紗 | 1011110011000100101111001010111110111100110000011011110011010011 | bcc4bcafbcc1bcd3 |
UTF-8 | 篠鹿質紗 | 111001111010111110100000111010011011100110111111111010001011001110101010111001111011010010010111 | e7afa0e9b9bfe8b3aae7b497 |
UHC | 篠鹿質紗 | 1110000111000110110101101110001111110010111101011101111011101001 | e1c6d6e3f2f5dee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)