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 | ê¶Âéħ | 111010101011011011000010111010011100010010100111 | eab6c2e9c4a7 |
SJIS-WIN | ?¶???§ | 0011111110000001111101110011111100111111001111111000000110011000 | 3f81f73f3f3f8198 |
EUC-JP | ê¶Âéħ | 10001111101010111011010010100010111110011000111110101010101001001000111110101011101100011000111110101010101000111010000111111000 | 8fabb4a2f98faaa48fabb18faaa3a1f8 |
UTF-8 | ê¶Âéħ | 110000111010101011000010101101101100001110000010110000111010100111000011100001001100001010100111 | c3aac2b6c382c3a9c384c2a7 |
UHC | ?¶???§ | 0011111110100010110100100011111100111111001111111010000111010111 | 3fa2d23f3f3fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)