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 | 焄セ靃 | 1111101101010100101111101111101111101111 | fb54befbef |
EUC-JP | 焄セ靃 | 1000111111001001111000111000111010111110100011111110011110101110 | 8fc9e38ebe8fe7ae |
UTF-8 | 焄セ靃 | 111001111000010010000100111011111011110110111110111010011001110110000011 | e78484efbdbee99d83 |
UHC | 焄?? | 11111101101101100011111100111111 | fdb63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)