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 | 뿨굢 | 111010111011111110101000111010101011010110100010 | ebbfa8eab5a2 |
SJIS-WIN | ??¨??¢ | 0011111100111111100000010100111000111111001111111000000110010001 | 3f3f814e3f3f8191 |
EUC-JP | 뿨� | 1000111110101011101100111000111110100010110001001010000110101111100011111010101110110100001111111010000111110001 | 8fabb38fa2c4a1af8fabb43fa1f1 |
UTF-8 | 뿨굢 | 110000111010101111000010101111111100001010101000110000111010101011000010101101011100001010100010 | c3abc2bfc2a8c3aac2b5c2a2 |
UHC | ?¿¨??? | 0011111110100010101011111010000110100111001111110011111100111111 | 3fa2afa1a73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)