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 | 奧g?歟 | 10011010111110101000001010000111001111111001111101100010 | 9afa82873f9f62 |
EUC-JP | 奧g?歟 | 11010100111111001010001111100111001111111101110111000011 | d4fca3e73fddc3 |
UTF-8 | 奧g빓歟 | 111001011010010110100111111011111011110110000111111010111011100110010011111001101010110110011111 | e5a5a7efbd87ebb993e6ad9f |
UHC | 奧g빓歟 | 1110011111110011101000111110011110010101101101111110011010100010 | e7f3a3e795b7e6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)