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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?烏扶 | 0011111110001001010001111001010101111101 | 3f8947957d |
EUC-JP | ?烏扶 | 0011111110110001101010001100100111011110 | 3fb1a8c9de |
UTF-8 | 뤚烏扶 | 111010111010010010011010111001111000001110001111111001101000100110110110 | eba49ae7838fe689b6 |
UHC | 뤚烏扶 | 100011111100100111101000101000011101110110100110 | 8fc9e8a1dda6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)