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 | ??RMF | 0011111100111111010100100100110101000110 | 3f3f524d46 |
SJIS-WIN | ??RMF | 0011111100111111010100100100110101000110 | 3f3f524d46 |
EUC-JP | ??RMF | 0011111100111111010100100100110101000110 | 3f3f524d46 |
UTF-8 | 롉렳RMF | 111010111010000110001001111010111010000010110011010100100100110101000110 | eba189eba0b3524d46 |
UHC | 롉렳RMF | 10001110110011111000111011000000010100100100110101000110 | 8ecf8ec0524d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)