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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 旦属単端F | 100100100101010110010001101011101001001001010000100100100101101101000110 | 925591ae9250925b46 |
EUC-JP | 旦属単端F | 110000111011011011000010101100001100001110110001110000111011110001000110 | c3b6c2b0c3b1c3bc46 |
UTF-8 | 旦属単端F | 11100110100101111010011011100101101100011001111011100101100011011001100011100111101010111010111101000110 | e697a6e5b19ee58d98e7abaf46 |
UHC | 旦??端F | 11010011101010010011111100111111110100111010111001000110 | d3a93f3fd3ae46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)