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 | ???晏 | 0011111100111111001111111001110111100101 | 3f3f3f9de5 |
EUC-JP | ???晏 | 0011111100111111001111111101101011100111 | 3f3f3fdae7 |
UTF-8 | 렊롛쒔晏 | 111010111010000010001010111010111010000110011011111011001001001010010100111001101001100110001111 | eba08aeba19bec9294e6998f |
UHC | 렊롛쒔晏 | 1000111010100001100011101101111110111110101011011110010011001111 | 8ea18edfbeade4cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)