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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ヘロ簫珮 | 110011011101101111100010110100101110000011100001 | cddbe2d2e0e1 |
EUC-JP | ヘロ簫珮 | 1000111011001101100011101101101111100100110101001110000011100011 | 8ecd8edbe4d4e0e3 |
UTF-8 | ヘロ簫珮 | 111011111011111010001101111011111011111010011011111001111011000010101011111001111000111110101110 | efbe8defbe9be7b0abe78fae |
UHC | ??簫? | 0011111100111111111000011100011100111111 | 3f3fe1c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)