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 | ?????LF | 00111111001111110011111100111111001111110100110001000110 | 3f3f3f3f3f4c46 |
SJIS-WIN | 源?衣篩?LF | 10001100101110010011111110001000110111111110001010111111001111110100110001000110 | 8cb93f88dfe2bf3f4c46 |
EUC-JP | 源?衣篩?LF | 10111000101110110011111110110000111000011110010011000001001111110100110001000110 | b8bb3fb0e1e4c13f4c46 |
UTF-8 | 源렰衣篩백LF | 1110011010111010100100001110101110100000101100001110100010100001101000111110011110101111101010011110101110110000101100010100110001000110 | e6ba90eba0b0e8a1a3e7afa9ebb0b14c46 |
UHC | 源렰衣篩백LF | 111010101011100110001110101111011110101111111101110111101110100010111001111010010100110001000110 | eab98ebdebfddee8b9e94c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)