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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 覽奉殤 | 111001100101010010010101111100101001111101101110 | e65495f29f6e |
EUC-JP | 覽奉殤 | 111010111011010111001010111101001101110111001111 | ebb5caf4ddcf |
UTF-8 | 覽奉殤 | 111010001010011010111101111001011010010110001001111001101010111010100100 | e8a6bde5a589e6aea4 |
UHC | 覽奉? | 1101010111000010110111001110010100111111 | d5c2dce53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)