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 | æ£®å® | 111001101010001110101110111001011010111010001011 | e6a3aee5ae8b |
SJIS-WIN | ?£???? | 00111111100000011001001000111111001111110011111100111111 | 3f81923f3f3f3f |
EUC-JP | 森� | 100011111010100111000001101000011111001010001111101000101110111010001111101010111010100110001111101000101110111000111111 | 8fa9c1a1f28fa2ee8faba98fa2ee3f |
UTF-8 | æ£®å® | 110000111010011011000010101000111100001010101110110000111010010111000010101011101100001010001011 | c3a6c2a3c2aec3a5c2aec28b |
UHC | æ?®?®? | 101010011010000100111111101000101110011100111111101000101110011100111111 | a9a13fa2e73fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)