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 | 莉o十 | 111001001011101110000010100011111000111101011100 | e4bb828f8f5c |
EUC-JP | 莉o十 | 111010001011110110100011111011111011110110111101 | e8bda3efbdbd |
UTF-8 | 莉o十 | 111010001000111010001001111011111011110110001111111001011000110110000001 | e88e89efbd8fe58d81 |
UHC | 莉o十 | 110101111110100110100011111011111110010010101000 | d7e9a3efe4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)