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 | ⅸセ蠖 | 1111101001001000101111101110010110111101 | fa48bee5bd |
EUC-JP | ?セ蠖 | 0011111110001110101111101110101010111111 | 3f8ebeeabf |
UTF-8 | ⅸセ蠖 | 111000101000010110111000111011111011110110111110111010001010000010010110 | e285b8efbdbee8a096 |
UHC | ⅸ?? | 10100101101010010011111100111111 | a5a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)