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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 韭オ繝ォ蟾ョB | 11101000111010101011010111100011100000111010101111100101101101111010111001000010 | e8eab5e383abe5b7ae42 |
EUC-JP | 韭オ繝ォ蟾ョB | 11110000111011001000111010110101111001011110001110001110101010111110101010111001100011101010111001000010 | f0ec8eb5e5e38eabeab98eae42 |
UTF-8 | 韭オ繝ォ蟾ョB | 11101001100111111010110111101111101111011011010111100111101110011001110111101111101111011010101111101000100111111011111011101111101111011010111001000010 | e99fadefbdb5e7b99defbdabe89fbeefbdae42 |
UHC | ????蟾?B | 0011111100111111001111110011111111100000111010100011111101000010 | 3f3f3f3fe0ea3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)