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 | 뤹Р| 11101011101001001011100111010000 | eba4b9d0 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | �? | 1000111110101011101100111000111110100010111100000011111100111111 | 8fabb38fa2f03f3f |
UTF-8 | 뤹Р| 1100001110101011110000101010010011000010101110011100001110010000 | c3abc2a4c2b9c390 |
UHC | ?¤¹Ð | 00111111101000101011010010101001111101101010100010100010 | 3fa2b4a9f6a8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)