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 | 閭晞園贒 | 1110100010000011100111011110100110001001100000001111101110101111 | e8839de98980fbaf |
EUC-JP | 閭晞園贒 | 111011111110001111011010111010111011000111100000100011111101111111000011 | efe3daebb1e08fdfc3 |
UTF-8 | 閭晞園贒 | 111010011001011010101101111001101001100110011110111001011001110010010010111010001011010010010010 | e996ade6999ee59c92e8b492 |
UHC | 閭晞園? | 11010101111011111111110111110101111010101010111000111111 | d5effdf5eaae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)