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 | 鄂比コ | 1110011110111101100101001110010010111010 | e7bd94e4ba |
EUC-JP | 鄂比コ | 111011101011111111001000111001101000111010111010 | eebfc8e68eba |
UTF-8 | 鄂比コ | 111010011000010010000010111001101010111110010100111011111011110110111010 | e98482e6af94efbdba |
UHC | 鄂比? | 1110010011000111110111011110111100111111 | e4c7ddef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)