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 | リ隯オ | 11011000111110111110110010110101 | d8fbecb5 |
EUC-JP | リ隯オ | 10001110110110001000111111100110111011111000111010110101 | 8ed88fe6ef8eb5 |
UTF-8 | リ隯オ | 111011111011111010011000111010011001101010101111111011111011110110110101 | efbe98e99aafefbdb5 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)