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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 第磬?愈 | 10010001111001101110000111111100001111111001011011111010 | 91e6e1fc3f96fa |
EUC-JP | 第磬?愈 | 11000010111010001110001011111110001111111100110011111100 | c2e8e2fe3fccfc |
UTF-8 | 第磬갖愈 | 111001111010110010101100111001111010001110101100111010101011000010010110111001101000010010001000 | e7acace7a3aceab096e68488 |
UHC | 第磬갖愈 | 1111000010101111110011001110010010110000101011101110101011101111 | f0afcce4b0aeeaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)