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 | 錏滄ッ | 1110011111111001100111111110100110101111 | e7f99fe9af |
EUC-JP | 錏滄ッ | 111011101111101111011110111010111000111010101111 | eefbdeeb8eaf |
UTF-8 | 錏滄ッ | 111010011000110010001111111001101011101110000100111011111011110110101111 | e98c8fe6bb84efbdaf |
UHC | ?滄? | 00111111111100111110011100111111 | 3ff3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)