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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?試 | 001111111000111010001110 | 3f8e8e |
EUC-JP | ?試 | 001111111011101111101110 | 3fbbee |
UTF-8 | 밅試 | 111010111011000010000101111010001010100110100110 | ebb085e8a9a6 |
UHC | 밅試 | 10010011010000111110001111001011 | 9343e3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)