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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 迭??迭??^ | 100100110101001000111111001111111001001101010010001111110011111101011110 | 93523f3f93523f3f5e |
EUC-JP | 迭??迭??^ | 110001011011001100111111001111111100010110110011001111110011111101011110 | c5b33f3fc5b33f3f5e |
UTF-8 | 迭롗롚迭롗롘^ | 11101000101111111010110111101011101000011001011111101011101000011001101011101000101111111010110111101011101000011001011111101011101000011001100001011110 | e8bfadeba197eba19ae8bfadeba197eba1985e |
UHC | 迭롗롚迭롗롘^ | 11110010111101111000111011011011100011101101111011110010111101111000111011011011100011101101110001011110 | f2f78edb8edef2f78edb8edc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)