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 | ??運? | 0011111100111111100010010101111000111111 | 3f3f895e3f |
EUC-JP | 泂?運? | 10001111110001101111011000111111101100011011111100111111 | 8fc6f63fb1bf3f |
UTF-8 | 泂렖運렭 | 111001101011001110000010111010111010000010010110111010011000000110001011111010111010000010101101 | e6b382eba096e9818beba0ad |
UHC | 泂렖運렭 | 1111101110100010100011101010101111101010101000011000111010111010 | fba28eabeaa18eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)