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 | èæ¯è | 111010001001001110010110111001101010111110011000111010001000100010010010 | e89396e6af98e88892 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | è??æ¯?è?? | 1000111110101011101100100011111100111111100011111010100111000001100011111010001010110100001111111000111110101011101100100011111100111111 | 8fabb23f3f8fa9c18fa2b43f8fabb23f3f |
UTF-8 | èæ¯è | 110000111010100011000010100100111100001010010110110000111010011011000010101011111100001010011000110000111010100011000010100010001100001010010010 | c3a8c293c296c3a6c2afc298c3a8c288c292 |
UHC | ???æ????? | 00111111001111110011111110101001101000010011111100111111001111110011111100111111 | 3f3f3fa9a13f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)