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 | ?亨丹 | 0011111110001011100111001001001001001111 | 3f8b9c924f |
EUC-JP | ?亨丹 | 0011111110110101111111001100001110110000 | 3fb5fcc3b0 |
UTF-8 | 뤚亨丹 | 111010111010010010011010111001001011101010101000111001001011100010111001 | eba49ae4baa8e4b8b9 |
UHC | 뤚亨丹 | 100011111100100111111010111110111101001110100001 | 8fc9fafbd3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)