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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | 墻??弱 | 100110101101010000111111001111111000111011100011 | 9ad43f3f8ee3 |
EUC-JP | 墻®?弱 | 1101010011010110100011111010001011101110001111111011110011100101 | d4d68fa2ee3fbce5 |
UTF-8 | 墻®댚弱 | 1110010110100010101110111100001010101110111010111000110010011010111001011011110010110001 | e5a2bbc2aeeb8c9ae5bcb1 |
UHC | 墻®댚弱 | 1110110111011111101000101110011110001000101111101110010110110000 | eddfa2e788bee5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)