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 | ×ù°ê | 11010111111110011011000011101010 | d7f9b0ea |
SJIS-WIN | ×?°? | 100000010111111000111111100000011000101100111111 | 817e3f818b3f |
EUC-JP | ×ù°ê | 10100001110111111000111110101011111000111010000111101011100011111010101110110100 | a1df8fabe3a1eb8fabb4 |
UTF-8 | ×ù°ê | 1100001110010111110000111011100111000010101100001100001110101010 | c397c3b9c2b0c3aa |
UHC | ×?°? | 101000011011111100111111101000011100011000111111 | a1bf3fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)