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 | 111010111010111010110011010100101110101110101110101100110101111001000010 | ebaeb352ebaeb35e42 |
UHC | 뮳R뮳^B | 10010010101111000101001010010010101111000101111001000010 | 92bc5292bc5e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)