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 | ëß£æ¶ | 111010111101111110100011111001101001010010110110 | ebdfa3e694b6 |
SJIS-WIN | ??£??¶ | 0011111100111111100000011001001000111111001111111000000111110111 | 3f3f81923f3f81f7 |
EUC-JP | ëߣæ?¶ | 1000111110101011101100111000111110101001110011101010000111110010100011111010100111000001001111111010001011111001 | 8fabb38fa9cea1f28fa9c13fa2f9 |
UTF-8 | ëß£æ¶ | 110000111010101111000011100111111100001010100011110000111010011011000010100101001100001010110110 | c3abc39fc2a3c3a6c294c2b6 |
UHC | ?ß?æ?¶ | 001111111010100110101100001111111010100110100001001111111010001011010010 | 3fa9ac3fa9a13fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)