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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雍溢万魃運 | 11101000101101001000100011101100100101101001110011101001101011111000100101011110 | e8b488ec969ce9af895e |
EUC-JP | 雍溢万魃運 | 11110000101101101011000011101110110010111111110011110010101100011011000110111111 | f0b6b0eecbfcf2b1b1bf |
UTF-8 | 雍溢万魃運 | 111010011001101110001101111001101011101010100010111001001011100010000111111010011010110110000011111010011000000110001011 | e99b8de6baa2e4b887e9ad83e9818b |
UHC | 雍溢万魃運 | 11101000101111001110110011101110110110001011001011011011101001101110101010100001 | e8bceceed8b2dba6eaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)