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 | ?絢?鍼 | 001111111000100010111010001111111110100001001001 | 3f88ba3fe849 |
EUC-JP | ?絢?鍼 | 001111111011000010111100001111111110111110101010 | 3fb0bc3fefaa |
UTF-8 | 뤳絢예鍼 | 111010111010010010110011111001111011010110100010111011001001100010001000111010011000110110111100 | eba4b3e7b5a2ec9888e98dbc |
UHC | 뤳絢예鍼 | 1000111111100001111110101110001010111111101110011111011011011101 | 8fe1fae2bfb9f6dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)