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 | ¾Ô¡ß\ | 101111101010110110001110110101001000111010100001100011101101111101011100 | bead8ed48ea18edf5c |
SJIS-WIN | ????????\ | 001111110011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f3f5c |
EUC-JP | ???Ô?¡?ß\ | 001111110011111100111111100011111010101011010100001111111000111110100010110000100011111110001111101010011100111001011100 | 3f3f3f8faad43f8fa2c23f8fa9ce5c |
UTF-8 | ¾Ô¡ß\ | 1100001010111110110000101010110111000010100011101100001110010100110000101000111011000010101000011100001010001110110000111001111101011100 | c2bec2adc28ec394c28ec2a1c28ec39f5c |
UHC | ¾???¡?ß\ | 10101000111110101010000110101001001111110011111100111111101000101010111000111111101010011010110001011100 | a8faa1a93f3f3fa2ae3fa9ac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)