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 | ⅰ辞鰾 | 111110100100000010001110101010111110100111100010 | fa408eabe9e2 |
EUC-JP | ?辞鰾 | 0011111110111100101011011111001011100100 | 3fbcadf2e4 |
UTF-8 | ⅰ辞鰾 | 111000101000010110110000111010001011111010011110111010011011000010111110 | e285b0e8be9ee9b0be |
UHC | ⅰ?? | 10100101101000010011111100111111 | a5a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)