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 | ?????h? | 00111111001111110011111100111111001111110110100000111111 | 3f3f3f3f3f683f |
SJIS-WIN | 源???黎h源 | 10001100101110010011111100111111001111111110101001110100011010001000110010111001 | 8cb93f3f3fea74688cb9 |
EUC-JP | 源???黎h源 | 10111000101110110011111100111111001111111111001111010101011010001011100010111011 | b8bb3f3f3ff3d568b8bb |
UTF-8 | 源잼렒곁黎h源 | 11100110101110101001000011101100100111101011110011101011101000001001001011101010101100111000000111101001101110111000111001101000111001101011101010010000 | e6ba90ec9ebceba092eab381e9bb8e68e6ba90 |
UHC | 源잼렒곁黎h源 | 11101010101110011100000011101011100011101010011110110000111001111101010111110011011010001110101010111001 | eab9c0eb8ea7b0e7d5f368eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)