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 | ?Ro | 001111110101001001101111 | 3f526f |
SJIS-WIN | ?Ro | 001111110101001001101111 | 3f526f |
EUC-JP | ?Ro | 001111110101001001101111 | 3f526f |
UTF-8 | 뭒Ro | 1110101110101101100100100101001001101111 | ebad92526f |
UHC | 뭒Ro | 10010010010110100101001001101111 | 925a526f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)