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 | 存属多短 | 1001000110110110100100011010111010010001101111011001001001011010 | 91b691ae91bd925a |
EUC-JP | 存属多短 | 1100001010111000110000101011000011000010101111111100001110111011 | c2b8c2b0c2bfc3bb |
UTF-8 | 存属多短 | 111001011010110110011000111001011011000110011110111001011010010010011010111001111001111110101101 | e5ad98e5b19ee5a49ae79fad |
UHC | 存?多短 | 11110000111011010011111111010010111111011101001110101101 | f0ed3fd2fdd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)