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 | æß¼èæ² | 1110011011011111101111001110100010010010100101001110011010110010 | e6dfbce89294e6b2 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æß?è??æ? | 10001111101010011100000110001111101010011100111000111111100011111010101110110010001111110011111110001111101010011100000100111111 | 8fa9c18fa9ce3f8fabb23f3f8fa9c13f |
UTF-8 | æß¼èæ² | 11000011101001101100001110011111110000101011110011000011101010001100001010010010110000101001010011000011101001101100001010110010 | c3a6c39fc2bcc3a8c292c294c3a6c2b2 |
UHC | æß¼???æ² | 10101001101000011010100110101100101010001111100100111111001111110011111110101001101000011010100111110111 | a9a1a9aca8f93f3f3fa9a1a9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)