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 | ÷ºÙ´ | 11110111101110101101100110110100 | f7bad9b4 |
SJIS-WIN | ÷??´ | 100000011000000000111111001111111000000101001100 | 81803f3f814c |
EUC-JP | ÷ºÙ´ | 10100001111000001000111110100010111010111000111110101010111000111010000110101101 | a1e08fa2eb8faae3a1ad |
UTF-8 | ÷ºÙ´ | 1100001110110111110000101011101011000011100110011100001010110100 | c3b7c2bac399c2b4 |
UHC | ÷º?´ | 10100001110000001010100010101100001111111010001010100101 | a1c0a8ac3fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)