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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 筌????F | 11100010101000110011111100111111001111110011111101000110 | e2a33f3f3f3f46 |
EUC-JP | 筌????F | 11100100101001010011111100111111001111110011111101000110 | e4a53f3f3f3f46 |
UTF-8 | 筌뚯쉶鱗텯F | 11100111101011011000110011101011100110101010111111101100100010011011011011101111101001111011001011101101100001011010111101000110 | e7ad8ceb9aafec89b6efa7b2ed85af46 |
UHC | 筌뚯쉶鱗텯F | 1110111110100111100011001110110010011010100011001110110011100111101101110100001001000110 | efa78cec9a8cece7b74246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)