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 | ????MF | 001111110011111100111111001111110100110101000110 | 3f3f3f3f4d46 |
SJIS-WIN | 霎ソ螟啌MF | 111010001011111010111111111001011010010010011010010100100100110101000110 | e8bebfe5a49a524d46 |
EUC-JP | 霎ソ螟啌MF | 11110000110000001000111010111111111010101010011011010011101100110100110101000110 | f0c08ebfeaa6d3b34d46 |
UTF-8 | 霎ソ螟啌MF | 1110100110011100100011101110111110111101101111111110100010011110100111111110010110010101100011000100110101000110 | e99c8eefbdbfe89e9fe5958c4d46 |
UHC | ??螟?MF | 00111111001111111101100110101101001111110100110101000110 | 3f3fd9ad3f4d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)