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 | 重????? | 10001111011001000011111100111111001111110011111100111111 | 8f643f3f3f3f3f |
EUC-JP | 重?焌??醱 | 1011110111000101001111111000111111001001111010000011111100111111100011111110001011110111 | bdc53f8fc9e83f3f8fe2f7 |
UTF-8 | 重렮焌렪롊醱 | 111010011000011110001101111010111010000010101110111001111000010010001100111010111010000010101010111010111010000110001010111010011000011010110001 | e9878deba0aee7848ceba0aaeba18ae986b1 |
UHC | 重렮焌렪롊醱 | 111100011110110010001110101110111111000111100000100011101011100010001110110100001101101110100011 | f1ec8ebbf1e08eb88ed0dba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)