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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閭晉琇 | 111010001000001110011101111001111111101101100101 | e8839de7fb65 |
EUC-JP | 閭晉琇 | 11101111111000111101101011101001100011111100110010100101 | efe3dae98fcca5 |
UTF-8 | 閭晉琇 | 111010011001011010101101111001101001100110001001111001111001000010000111 | e996ade69989e79087 |
UHC | 閭晉琇 | 110101011110111111110010110010111110001010101111 | d5eff2cbe2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)