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 | 浯è®] | 11100110101101011010111111101000101011101001000001011101 | e6b5afe8ae905d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | ��] | 100011111010100111000001001111111000111110100010101101001000111110101011101100101000111110100010111011100011111101011101 | 8fa9c13f8fa2b48fabb28fa2ee3f5d |
UTF-8 | 浯è®] | 11000011101001101100001010110101110000101010111111000011101010001100001010101110110000101001000001011101 | c3a6c2b5c2afc3a8c2aec2905d |
UHC | æ???®?] | 101010011010000100111111001111110011111110100010111001110011111101011101 | a9a13f3f3fa2e73f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)