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 | 短存端谷 | 1001001001011010100100011011011010010010010110111001001001001010 | 925a91b6925b924a |
EUC-JP | 短存端谷 | 1100001110111011110000101011100011000011101111001100001110101011 | c3bbc2b8c3bcc3ab |
UTF-8 | 短存端谷 | 111001111001111110101101111001011010110110011000111001111010101110101111111010001011000010110111 | e79fade5ad98e7abafe8b0b7 |
UHC | 短存端谷 | 1101001110101101111100001110110111010011101011101100110111011011 | d3adf0edd3aecddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)