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 | ?????s | 001111110011111100111111001111110011111101110011 | 3f3f3f3f3f73 |
SJIS-WIN | 源?o翁?s | 100011001011100100111111100000101000111110001001101001010011111101110011 | 8cb93f828f89a53f73 |
EUC-JP | 源?o翁?s | 101110001011101100111111101000111110111110110010101001110011111101110011 | b8bb3fa3efb2a73f73 |
UTF-8 | 源장o翁렲s | 11100110101110101001000011101100100111101010010111101111101111011000111111100111101111111000000111101011101000001011001001110011 | e6ba90ec9ea5efbd8fe7bf81eba0b273 |
UHC | 源장o翁렲s | 1110101010111001110000001110010110100011111011111110100010111010100011101011111101110011 | eab9c0e5a3efe8ba8ebf73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)