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 | 謦鳶カ寘懈 | 111001101001001010010011110011101011011011111010101010011001110011100110 | e69293ceb6faa99ce6 |
EUC-JP | 謦鳶カ寘懈 | 1110101111110010110001101101000010001110101101101000111110111010111000011101100011101000 | ebf2c6d08eb68fbae1d8e8 |
UTF-8 | 謦鳶カ寘懈 | 111010001010110010100110111010011011001110110110111011111011110110110110111001011010111110011000111001101000011110001000 | e8aca6e9b3b6efbdb6e5af98e68788 |
UHC | ?鳶??懈 | 00111111111001101110100100111111001111111111101010101011 | 3fe6e93f3ffaab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)