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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 湫渙] | 1001111111010101100111111101000001011101 | 9fd59fd05d |
EUC-JP | 湫渙] | 1101111011010111110111101101001001011101 | ded7ded25d |
UTF-8 | 湫渙] | 11100110101110011010101111100110101110001001100101011101 | e6b9abe6b8995d |
UHC | 湫渙] | 1111010111010011111111001011100101011101 | f5d3fcb95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)