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 | 篠ツト叱 | 100011101100001011000010110001001000111010110110 | 8ec2c2c48eb6 |
EUC-JP | 篠ツト叱 | 1011110011000100100011101100001010001110110001001011110010111000 | bcc48ec28ec4bcb8 |
UTF-8 | 篠ツト叱 | 111001111010111110100000111011111011111010000010111011111011111010000100111001011000111110110001 | e7afa0efbe82efbe84e58fb1 |
UHC | 篠??叱 | 111000011100011000111111001111111111001011101010 | e1c63f3ff2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)