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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 迥鍛[迥鍛[^ | 1110011110001010100100100110001001011011111001111000101010010010011000100101101101011110 | e78a92625be78a92625b5e |
EUC-JP | 迥鍛[迥鍛[^ | 1110110111101010110000111100001101011011111011011110101011000011110000110101101101011110 | edeac3c35bedeac3c35b5e |
UTF-8 | 迥鍛[迥鍛[^ | 111010001011111110100101111010011000110110011011010110111110100010111111101001011110100110001101100110110101101101011110 | e8bfa5e98d9b5be8bfa5e98d9b5b5e |
UHC | ?鍛[?鍛[^ | 001111111101001110110100010110110011111111010011101101000101101101011110 | 3fd3b45b3fd3b45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)