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 | ?晏? | 00111111100111011110010100111111 | 3f9de53f |
EUC-JP | ?晏? | 00111111110110101110011100111111 | 3fdae73f |
UTF-8 | 뻌晏葉 | 111010111011101110001100111001101001100110001111111011111010010110101110 | ebbb8ce6998fefa5ae |
UHC | 뻌晏葉 | 100101100101010111100100110011111110000011110001 | 9655e4cfe0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)