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 | カ霄ゥ | 1111001010100011101101101110100010111010101010011111100110110101 | f2a3b6e8baa9f9b5 |
EUC-JP | ?カ霄ゥ? | 0011111110001110101101101111000010111100100011101010100100111111 | 3f8eb6f0bc8ea93f |
UTF-8 | カ霄ゥ | 111011101000011110011010111011111011110110110110111010011001110010000100111011111011110110101001111011101001110010010000 | ee879aefbdb6e99c84efbda9ee9c90 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)