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 | îÀ°è¾¶ | 111011101100000010110000111010001011111010110110 | eec0b0e8beb6 |
SJIS-WIN | ??°??¶ | 0011111100111111100000011000101100111111001111111000000111110111 | 3f3f818b3f3f81f7 |
EUC-JP | îÀ°è?¶ | 1000111110101011110000101000111110101010101000101010000111101011100011111010101110110010001111111010001011111001 | 8fabc28faaa2a1eb8fabb23fa2f9 |
UTF-8 | îÀ°è¾¶ | 110000111010111011000011100000001100001010110000110000111010100011000010101111101100001010110110 | c3aec380c2b0c3a8c2bec2b6 |
UHC | ??°?¾¶ | 001111110011111110100001110001100011111110101000111110101010001011010010 | 3f3fa1c63fa8faa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)