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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | ???箋??F | 0011111100111111001111111110001010110011001111110011111101000110 | 3f3f3fe2b33f3f46 |
EUC-JP | 縕??箋??F | 10001111110101001100001000111111001111111110010010110101001111110011111101000110 | 8fd4c23f3fe4b53f3f46 |
UTF-8 | 縕귨쉴箋먲쉴F | 11100111101110001001010111101010101101111010100011101100100010011011010011100111101011101000101111101011101010001011001011101100100010011011010001000110 | e7b895eab7a8ec89b4e7ae8beba8b2ec89b446 |
UHC | 縕귨쉴箋먲쉴F | 11101000101100101000001011101111101111011010111111101111101010001001000011101111101111011010111101000110 | e8b282efbdafefa890efbdaf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)