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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 횦쨍찾횊챠 | 111011011001101010100110111011001010100010001101111011001011000010111110111011011001101010001010111011001011000110100000 | ed9aa6eca88decb0beed9a8aecb1a0 |
UHC | 횦쨍찾횊챠 | 11000011100111011100001010111000110000111010001111000011100010001100001110101101 | c39dc2b8c3a3c388c3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)