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 | ?R?^B | 0011111101010010001111110101111001000010 | 3f523f5e42 |
SJIS-WIN | ?R?^B | 0011111101010010001111110101111001000010 | 3f523f5e42 |
EUC-JP | ?R?^B | 0011111101010010001111110101111001000010 | 3f523f5e42 |
UTF-8 | 묧R묧^B | 111010111010110010100111010100101110101110101100101001110101111001000010 | ebaca752ebaca75e42 |
UHC | 묧R묧^B | 10010001111111100101001010010001111111100101111001000010 | 91fe5291fe5e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)