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 | ?XN?X\ | 001111110101100001001110001111110101100001011100 | 3f584e3f585c |
SJIS-WIN | ?XN?X\ | 001111110101100001001110001111110101100001011100 | 3f584e3f585c |
EUC-JP | ?XN?X\ | 001111110101100001001110001111110101100001011100 | 3f584e3f585c |
UTF-8 | 혳XN혳X\ | 11101101100110001011001101011000010011101110110110011000101100110101100001011100 | ed98b3584eed98b3585c |
UHC | 혳XN혳X\ | 1100001010011010010110000100111011000010100110100101100001011100 | c29a584ec29a585c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)