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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???絶?? | 00111111001111110011111110010000111000100011111100111111 | 3f3f3f90e23f3f |
EUC-JP | ???絶?? | 00111111001111110011111111000000111001000011111100111111 | 3f3f3fc0e43f3f |
UTF-8 | 欌들넺絶쏉풓 | 111001101010110010001100111010111001001110100100111010111000010010111010111001111011010110110110111011001000111110001001111011011001001010010011 | e6ac8ceb93a4eb84bae7b5b6ec8f89ed9293 |
UHC | 欌들넺絶쏉풓 | 111011011110101110110101111010011000011010110100111011111011111010011011111011111011111010010111 | edebb5e986b4efbe9befbe97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)