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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?四ⅲ液 | 00111111100011100110110011111010010000101000100101110100 | 3f8e6cfa428974 |
EUC-JP | ?四?液 | 001111111011101111001101001111111011000111010101 | 3fbbcd3fb1d5 |
UTF-8 | 뤫四ⅲ液 | 111010111010010010101011111001011001101110011011111000101000010110110010111001101011011010110010 | eba4abe59b9be285b2e6b6b2 |
UHC | 뤫四ⅲ液 | 1000111111011001110111101100110010100101101000111110010011111011 | 8fd9decca5a3e4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)