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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 逕泥逕泥^ | 111001111001010010010011010001001110011110010100100100110100010001011110 | e7949344e79493445e |
EUC-JP | 逕泥逕泥^ | 111011011111010011000101101001011110110111110100110001011010010101011110 | edf4c5a5edf4c5a55e |
UTF-8 | 逕泥逕泥^ | 11101001100000001001010111100110101100111010010111101001100000001001010111100110101100111010010101011110 | e98095e6b3a5e98095e6b3a55e |
UHC | 逕泥逕泥^ | 110011001110111111010010111110101100110011101111110100101111101001011110 | ccefd2faccefd2fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)