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 | ê¹©ê· | 111010101011100110101001111010101011011110100000 | eab9a9eab7a0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ê?©ê?? | 100011111010101110110100001111111000111110100010111011011000111110101011101101000011111100111111 | 8fabb43f8fa2ed8fabb43f3f |
UTF-8 | ê¹©ê· | 110000111010101011000010101110011100001010101001110000111010101011000010101101111100001010100000 | c3aac2b9c2a9c3aac2b7c2a0 |
UHC | ?¹??·? | 0011111110101001111101100011111100111111101000011010010000111111 | 3fa9f63f3fa1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)