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翁? | 10001001101001010011111101101000100010011010010100111111 | 89a53f6889a53f |
EUC-JP | 翁?h翁? | 10110010101001110011111101101000101100101010011100111111 | b2a73f68b2a73f |
UTF-8 | 翁촚h翁촚 | 11100111101111111000000111101100101101001001101001101000111001111011111110000001111011001011010010011010 | e7bf81ecb49a68e7bf81ecb49a |
UHC | 翁촚h翁촚 | 111010001011101010101100010101100110100011101000101110101010110001010110 | e8baac5668e8baac56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)