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 | 篠鹿叱叱 | 1000111011000010100011101010110110001110101101101000111010110110 | 8ec28ead8eb68eb6 |
EUC-JP | 篠鹿叱叱 | 1011110011000100101111001010111110111100101110001011110010111000 | bcc4bcafbcb8bcb8 |
UTF-8 | 篠鹿叱叱 | 111001111010111110100000111010011011100110111111111001011000111110110001111001011000111110110001 | e7afa0e9b9bfe58fb1e58fb1 |
UHC | 篠鹿叱叱 | 1110000111000110110101101110001111110010111010101111001011101010 | e1c6d6e3f2eaf2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)