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 | ?BN?B\ | 001111110100001001001110001111110100001001011100 | 3f424e3f425c |
SJIS-WIN | ?BN?B\ | 001111110100001001001110001111110100001001011100 | 3f424e3f425c |
EUC-JP | ?BN?B\ | 001111110100001001001110001111110100001001011100 | 3f424e3f425c |
UTF-8 | 혪BN혪B\ | 11101101100110001010101001000010010011101110110110011000101010100100001001011100 | ed98aa424eed98aa425c |
UHC | 혪BN혪B\ | 1100001010010010010000100100111011000010100100100100001001011100 | c292424ec292425c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)