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 | ÷ûѽ | 11110111111110111101000110111101 | f7fbd1bd |
SJIS-WIN | ÷??? | 1000000110000000001111110011111100111111 | 81803f3f3f |
EUC-JP | ÷ûÑ? | 101000011110000010001111101010111110010110001111101010101101000000111111 | a1e08fabe58faad03f |
UTF-8 | ÷ûѽ | 1100001110110111110000111011101111000011100100011100001010111101 | c3b7c3bbc391c2bd |
UHC | ÷??½ | 101000011100000000111111001111111010100011110110 | a1c03f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)