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 | ???諭?? | 00111111001111110011111110010111010000000011111100111111 | 3f3f3f97403f3f |
EUC-JP | ???諭?? | 00111111001111110011111111001101101000010011111100111111 | 3f3f3fcda13f3f |
UTF-8 | 列룹슌諭쏙쭔 | 111011111010011010011100111010111010001110111001111011001000101010001100111010001010101110101101111011001000111110011001111011001010110110010100 | efa69ceba3b9ec8a8ce8abadec8f99ecad94 |
UHC | 列룹슌諭쏙쭔 | 111001101110101010110111111011001001101010011100111010111011000110111101111011111010011110001100 | e6eab7ec9a9cebb1bdefa78c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)