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 | 爵湘オ | 1000111011011101100011111100001110110101 | 8edd8fc3b5 |
EUC-JP | 爵湘オ | 101111001101111110111110110001011000111010110101 | bcdfbec58eb5 |
UTF-8 | 爵湘オ | 111001111000100010110101111001101011100110011000111011111011110110110101 | e788b5e6b998efbdb5 |
UHC | 爵湘? | 1110110111001001110111111100111100111111 | edc9dfcf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)