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 | 諛臥阜 | 111001101000011110001001111001111001010110001100 | e68789e7958c |
EUC-JP | 諛臥阜 | 111010111110011110110010111010011100100111101100 | ebe7b2e9c9ec |
UTF-8 | 諛臥阜 | 111010001010101110011011111010001000011110100101111010011001100010011100 | e8ab9be887a5e9989c |
UHC | 諛臥阜 | 111010111011000011101000110000101101110110111101 | ebb0e8c2ddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)