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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 隘?h隘? | 11101000101001010011111101101000111010001010010100111111 | e8a53f68e8a53f |
EUC-JP | 隘?h隘? | 11110000101001110011111101101000111100001010011100111111 | f0a73f68f0a73f |
UTF-8 | 隘턛h隘턛 | 11101001100110101001100011101101100001001001101101101000111010011001101010011000111011011000010010011011 | e99a98ed849b68e99a98ed849b |
UHC | 隘턛h隘턛 | 111001001111011010110110010101100110100011100100111101101011011001010110 | e4f6b65668e4f6b656 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)