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 | ÷æõÉ | 11110111111001101111010111001001 | f7e6f5c9 |
SJIS-WIN | ÷??? | 1000000110000000001111110011111100111111 | 81803f3f3f |
EUC-JP | ÷æõÉ | 1010000111100000100011111010100111000001100011111010101111011000100011111010101010110001 | a1e08fa9c18fabd88faab1 |
UTF-8 | ÷æõÉ | 1100001110110111110000111010011011000011101101011100001110001001 | c3b7c3a6c3b5c389 |
UHC | ־?? | 101000011100000010101001101000010011111100111111 | a1c0a9a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)