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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 第磬? | 1001000111100110111000011111110000111111 | 91e6e1fc3f |
EUC-JP | 第磬? | 1100001011101000111000101111111000111111 | c2e8e2fe3f |
UTF-8 | 第磬갖 | 111001111010110010101100111001111010001110101100111010101011000010010110 | e7acace7a3aceab096 |
UHC | 第磬갖 | 111100001010111111001100111001001011000010101110 | f0afcce4b0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)