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 | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-WIN | 篠シナ鹿]H | 1000111011000010101111001100010110001110101011010101110101001000 | 8ec2bcc58ead5d48 |
EUC-JP | 篠シナ鹿]H | 10111100110001001000111010111100100011101100010110111100101011110101110101001000 | bcc48ebc8ec5bcaf5d48 |
UTF-8 | 篠シナ鹿]H | 1110011110101111101000001110111110111101101111001110111110111110100001011110100110111001101111110101110101001000 | e7afa0efbdbcefbe85e9b9bf5d48 |
UHC | 篠??鹿]H | 1110000111000110001111110011111111010110111000110101110101001000 | e1c63f3fd6e35d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)